| Service Date | Patient & Admission | Charge Type | Rate | Qty | Amount | Actions |
|---|---|---|---|---|---|---|
|
{{ $charge->date->format('d M, Y') }} {{ $charge->date->diffForHumans() }} |
{{ substr($charge->patient->name, 0, 1) }}
{{ $charge->patient->name }} {{ $charge->ipdRegistration->ipd_number }} • UHID: {{ $charge->ipdRegistration->uhid }} |
{{ $charge->chargeType->name }} | ₹{{ number_format($charge->rate, 2) }} | {{ $charge->qty }} |
₹{{ number_format($charge->amount, 2) }} |
|
|
@if(!($hasSearch ?? true))
Search to beginEnter Patient Name, UHID, Mobile or IPD Number to view billing history @elseNo results foundWe couldn't find any billing records matching your search @endif |
||||||