{{ __('messages.birth_report.birth_report_details') }}

{{$birthReport->patient->patientUser->full_name}}
{{$birthReport->case_id}}
{{$birthReport->doctor->doctorUser->full_name}}
{{ \Carbon\Carbon::parse($birthReport->date)->format('jS M, Y g:i A') }}
{!! !empty($birthReport->description)?nl2br(e($birthReport->description)):'N/A' !!}
{{ \Carbon\Carbon::parse($birthReport->created_at)->diffForHumans() }}
{{ \Carbon\Carbon::parse($birthReport->updated_at)->diffForHumans() }}