{{ $stat['vacant'] }}
{{ $stat['occ'] }}
{{ $stat['clean'] }}
{{ $stat['main'] }}
| Invoice No. | Leaseable Type | Leaseable Name | Tenant | Amount | Due Date |
|---|---|---|---|---|---|
| {{ $invoice->invoice_no ?? 'N/A' }} | {{ $invoice->lease->leasable_type ?? 'N/A' }} | {{ $invoice->lease->leasable_name ?? 'N/A' }} | {{ $invoice->tenant->user->name ?? 'Unknown' }} | RM {{ number_format($invoice->amount_due, 2) }} | {{ $invoice->periodDisplay }} |
| No overdue payments. | |||||