@forelse($opdCharges as $charge) @empty @endforelse
Branch Department Doctor Consultation Fee (₹) Status Actions
{{ $charge->branch->name }} {{ $charge->department->name }}
{{ substr($charge->doctor->name, 0, 1) }}
{{ $charge->doctor->name }}
₹{{ number_format($charge->charge_amount, 2) }}
@csrf
No OPD charges configured
{{ $opdCharges->links() }}