{{$birthReport->patient->user->full_name}}
{{$birthReport->case_id}}
{{$birthReport->doctor->user->full_name}}
{{ \Carbon\Carbon::parse($birthReport->date)->translatedFormat('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() }}