Patient Registration Report

{{ $branch->name }}

{{ \Carbon\Carbon::parse($fromDate)->format('d M Y') }} - {{ \Carbon\Carbon::parse($toDate)->format('d M Y') }}

@foreach($patients as $patient) @endforeach
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))) @else - @endif {{ $patient->uhid }} {{ $patient->name }} {{ $patient->spouse_name ?? '-' }} {{ $patient->gender }} / {{ $patient->age }} {{ $patient->contact_number }}