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

Patient Specialization Report
{{$Controller::dateFormatter($data->fromDate)}} to {{$Controller::dateFormatter($data->toDate)}}
@foreach($data->patientList as $pIdx => $patient) @foreach($patient->patientAppointmentListByBranch as $bIdx => $branch) @foreach($branch->patientAppointmentListByDepartment as $adx => $department) @if($adx === 0 && $bIdx === 0) @endif @if($adx === 0) @endif @endforeach @endforeach @endforeach
SL Month Branch Department Total Patient Male Female
{{ $pIdx + 1 }} {{ $patient->monthName}}{{ $branch->branchCode !== null ? $branch->branchCode : null}}{{ $department->departmentName !== null ? $department->departmentName : null}} {{ $department->totalPatient ?? 0}} {{ $department->male ?? 0}} {{ $department->female ?? 0}}