{{ DateFormate($encounter->updated_at) }}
{{ $encounter->status ? 'Active' : 'Close' }}Appointment ID:
Doctor Name:
Clinic Name:
{{ $encounter->description }}
Appointment ID:
#{{ optional($encounter->appointment)->id }}Doctor name:
{{ getDisplayName($encounter->doctor)}}Clinic name:
{{ optional($encounter->clinic)->name ?? '-' }}{{ $encounter->descrtiption ?? 'No records found' }}
Problem
{{ $loop->iteration }}. {{ $problem->title }}
@endforeach @elseNo problems found
@endifObservation
{{ $loop->iteration }}. {{ $observation->title }}
@endforeach @elseNo observation found
@endifNotes
{{ $loop->iteration }}. {{ $note->title ?? '-' }}
@endforeach @elseNo note found
@endifBody chart
No report found
@endifMedical Report
No report found
@endifPrescription
{{ $prescription->instruction }}
@endifNo prescription found
@endif{{ __('frontend.soap') }}
{{ __('frontend.no_soap_found') }}
@endif