{{ $branch->name }}
{{ \Carbon\Carbon::parse($fromDate)->format('d M Y') }} - {{ \Carbon\Carbon::parse($toDate)->format('d M Y') }}
| Reg. Date | Photo | UHID | Patient Name | Spouse Name | Gender/Age | Contact |
|---|---|---|---|---|---|---|
| {{ $patient->created_at->format('d M Y') }} |
@if($patient->photo_path && file_exists(storage_path('app/public/' . $patient->photo_path)))
|
{{ $patient->uhid }} | {{ $patient->name }} | {{ $patient->spouse_name ?? '-' }} | {{ $patient->gender }} / {{ $patient->age }} | {{ $patient->contact_number }} |