@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif

Department Wise Appointment List

Appointment Date: {{$Controller::dateFormatter($data->appointmentDate)}}
Department: {{$data->departmentName}}
@if(count($data->appointmentList) > 0) @foreach($data->appointmentList as $pdx => $item) @endforeach @endif
SL Appointment No Name Registration No Gender Age
{{ $pdx + 1 }} {{ $item->appointmentNo ?? null}} {{ $item->patient->name ?? null}} {{ $item->patient->registrationNo ?? null}} {{ $item->patient->gender ?? null}} @if(isset($item->patient->dob)) {{$Controller::dateFormatter($item->patient->dob)}} @endif