{{--

{{ __('messages.investigation_report.investigation_report_details') }}

--}}
{{ $investigationReport->patient->user->full_name }}
{{ $investigationReport->doctor->user->full_name }}
{{ \Carbon\Carbon::parse($investigationReport->date)->format('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 {{ __('messages.common.n/a') }} @endif

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

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