| Bucket | Amount |
|---|---|
| {{ $bucket }} days | Rs {{ number_format($amt) }} |
| Customer | District | Balance |
|---|---|---|
| {{ $c['name'] }} | {{ $c['district'] }} | Rs {{ number_format($c['balance']) }} |
| Invoice | Customer | Date |
|---|---|---|
| {{ $inv['id'] }} | {{ $inv['customer'] }} | {{ $inv['date'] }} |
| No invoices yet | ||
| Credit Memo | Ref Invoice | Reason |
|---|---|---|
| {{ $cm['id'] }} | {{ $cm['refInvoice'] }} | {{ $cm['reason'] }} |
| None | ||