| Customer | 0 – 30 Days | 31 – 60 Days | 61 – 90 Days | 90+ Days | Total |
|---|---|---|---|---|---|
| {{ $row['customer'] }} | {{ number_format($row['0_30'], 2) }} | {{ number_format($row['31_60'], 2) }} | {{ number_format($row['61_90'], 2) }} | {{ number_format($row['90_plus'], 2) }} | {{ number_format($row['total'], 2) }} |
| No outstanding invoices found | |||||
| Total | {{ number_format($totals['0_30'], 2) }} | {{ number_format($totals['31_60'], 2) }} | {{ number_format($totals['61_90'], 2) }} | {{ number_format($totals['90_plus'], 2) }} | {{ number_format($totals['total'], 2) }} |