IPD Charges Report

{{ $branch->name }}

{{ \Carbon\Carbon::parse($fromDate)->format('d M Y') }} - {{ \Carbon\Carbon::parse($toDate)->format('d M Y') }}

@foreach($charges as $charge) @endforeach
Date UHID IPD No. Patient Charge Details Amount
{{ $charge->date->format('d M y') }} {{ $charge->patient->uhid }} {{ $charge->ipdRegistration->ipd_number }} {{ $charge->patient->name }} {{ $charge->chargeType->name }}
{{ $charge->note ?? '-' }}
{{ number_format($charge->amount, 2) }}
Grand Total IPD Charges: {{ number_format($grandTotal, 2) }}