| Invoice # | Load # | Invoice Date | Customer | Total Rate | HST | Advance | Balance | $ |
|---|---|---|---|---|---|---|---|---|
| {{ $row['invoice'] }} | {{ $row['load'] }} | {{ $row['invoice_date'] }} | {{ $row['customer'] }} | ${{ number_format($row['total_rate'], 2) }} | ${{ number_format($row['hst'], 2) }} | ${{ number_format($row['advance'], 2) }} | ${{ number_format($row['balance'], 2) }} | {{ $row['currency'] }} |
| TOTAL | ${{ number_format($group['total'], 2) }} | {{ $group['currency'] }} | ||||||
No invoices in this summary.
@endforelse