{{$operationReport->patient->user->full_name}}

{{$operationReport->case_id}}

{{$operationReport->doctor->user->full_name}}
{{ \Carbon\Carbon::parse($operationReport->date)->translatedFormat('jS M, Y g:i A') }}
{!! (($operationReport->description != "")) ? nl2br(e($operationReport->description)) : __('messages.common.n/a') !!}
{{ \Carbon\Carbon::parse($operationReport->created_at)->diffForHumans() }}
{{ \Carbon\Carbon::parse($operationReport->updated_at)->diffForHumans() }}