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

OPD Ticket Sales Report
{{$Controller::dateFormatter($data->startDate)}} to {{$Controller::dateFormatter($data->endDate)}}
@if(count($data->opdTicketSalesResponseList) > 0) @foreach($data->opdTicketSalesResponseList as $pdx => $patient) @foreach($patient->list as $idx => $item) @if($idx === 0) @endif @if($idx === 0) @endif @endforeach @endforeach @endif
SL Department Name Appointment No Name Registration No Fee Total Fee
{{ $pdx + 1 }} {{ $patient->departmentName ?? null}}{{ $item->appointmentNo ?? null}} {{ $item->patient->name ?? null}} {{ $item->patient->registrationNo ?? null}} {{ $item->consultationFee ?? null}}{{ $patient->feeSum }}
Total Patient: {{$data->totalPatient}} Total: {{$data->totalFee}}