Date: {{ date('F j, Y') }}
Period: {{ $dateFrom }} to {{ $dateTo }}
Total Fees: {{ number_format($metrics['totalFees'], 2) }}
Paid Fees: {{ number_format($metrics['paidFees'], 2) }}
Outstanding Fees: {{ number_format($metrics['outstandingFees'], 2) }}
Total Invoices: {{ $metrics['totalInvoices'] }}
| Client Name | Invoice # | Invoice Date | Due Date | Total Amount | Paid Amount | Balance Due | Status | Currency |
|---|---|---|---|---|---|---|---|---|
| {{ $row['client_name'] }} | {{ $row['invoice_number'] }} | {{ $row['invoice_date'] }} | {{ $row['due_date'] }} | {{ number_format($row['total'], 2) }} | {{ number_format($row['paid'], 2) }} | {{ number_format($row['balance'], 2) }} | {{ ucfirst(str_replace('_', ' ', $row['status'])) }} | {{ $row['currency'] }} |
| No invoices found. | ||||||||