{{ $investigationReport->patient->user->full_name}}
{{$investigationReport->doctor->user->full_name}}
{{ \Carbon\Carbon::parse($investigationReport->date)->translatedFormat('jS M, Y g:i A') }}
{{ $investigationReport->title }}
{!! (!empty($investigationReport->description)) ? nl2br(e($investigationReport->description)) : __('messages.common.n/a') !!}
@if(!empty($investigationReport->attachment_url)) View @else N/A @endif

{{ ($investigationReport->status == 1) ? 'Solved' : 'Not Solved' }}

{{ $investigationReport->created_at->diffForHumans() }}
{{ $investigationReport->updated_at->diffForHumans() }}