{{ $row->subject }}
@if($row->status === 1) {{ __('Open') }} @endif @if($row->status === 0) {{ __('Closed') }} @endif
@if($row->priority === 1) {{ __('High') }} @endif @if($row->priority === 2) {{ __('Normal') }} @endif @if($row->priority === 3) {{ __('Low') }} @endif
{{ date('Y-m-d', strtotime($row->created_at)) }}