@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
Monthly Patient Report @if($data->branchName != null) ({{$data->branchName}}) @else (All Branch) @endif
@foreach($data->list as $index => $obj) @endforeach
Sl Month Name Total Patient Gender Age Total Service day AvgPatient/Day Monthly Total AvgPatientCost/Day
0-12 Adult Old
Female male Other Infant Child Total Female male Total Female male Total
{{$index+1}} {{$obj->monthName}} {{$obj->totalPatient}} {{$obj->femalePatient}} {{$obj->malePatient}} {{$obj->otherPatient}} {{$obj->infantPatientAge}} {{$obj->childPatientAge}} {{$obj->totalPatientAge0_12}} {{$obj->femalePatientAge}} {{$obj->malePatientAge}} {{$obj->totalPatientAgeAdult }} {{$obj->femalePatientAgeOld}} {{$obj->malePatientAgeOld}} {{$obj->totalPatientAgeOld}} {{$obj->totalServiceday}} {{$obj->avgPatient_day}} {{number_format($obj->monthlyTotal, 2), 2}} {{number_format($obj->avgPatientCost_day, 2), 2}}