| Bill # | Patient | Amount | Status | Due Date | Actions |
|---|---|---|---|---|---|
| {{ $bill->bill_number }} | {{ $bill->patient->full_name }} | ₦{{ number_format($bill->total_amount, 2) }} | {{ ucfirst($bill->status) }} | {{ $bill->due_date->format('M d, Y') }} | |
| No bills found | |||||
Bill: {{ $selectedBill->bill_number }}
Total: ₦{{ number_format($selectedBill->total_amount, 2) }}
Balance: ₦{{ number_format($selectedBill->balance, 2) }}