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