@forelse($opdCharges as $charge) @empty @endforelse
Status Actions
{{ $charge->department->name }}
{{ substr($charge->doctor->name, 0, 1) }}
{{ $charge->doctor->name }}
₹{{ number_format($charge->charge_amount, 2) }}
@csrf
No consultation rates configured
{{ $opdCharges->links() }}