Financial overview, invoice health, and payment activity.
| # | Invoice # | Customer | Amount | Status | Date |
|---|
| {{ i + 1 }} | {{ inv.invoice_number }} | {{ inv.customer_name }} | {{ inv.total_amount | currency:'KES' }} | {{ inv.status }} | {{ inv.created_at | date:'short' }} |
| No invoices found. | |||||