@forelse($charges as $charge) @empty @endforelse
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 begin

Enter Patient Name, UHID, Mobile or IPD Number to view billing history

@else

No results found

We couldn't find any billing records matching your search

@endif
@if($charges->hasPages())
{{ $charges->links() }}
@endif