OPD Registration Report

{{ $branch->name }}

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

@foreach($registrations as $reg) @endforeach
Visit Date UHID OPD No. Patient Department Doctor Address City/State Phone Status
{{ $reg->visit_date->format('d M y') }} {{ $reg->uhid }} {{ $reg->opd_number }} {{ $reg->full_name }} {{ $reg->charge?->department->name ?? 'N/A' }} {{ $reg->doctor->name }} {{ $reg->address ?? '-' }} {{ $reg->city ?? '-' }} / {{ $reg->state ?? '-' }} {{ $reg->mobile_number }} {{ strtoupper($reg->status) }}