| {{ $counter++ }} |
{{ $customer['account_no'] ?? '' }} |
{{ $customer['address1'] ?? 'N/A' }} |
{{ $customer['customer_name'] ?? '' }} |
{{ number_format($customer['consumption'])}} |
{{ number_format($customer['vatable_amount'], 2) }} |
0.00 |
{{ number_format($customer['vat_amount'], 2) }} |
{{ number_format($customer['total_amount'], 2) }} |
@endforeach
| TOTALS |
{{ number_format($vatSummary['total_vatable'], 2) }} |
0.00 |
{{ number_format($vatSummary['total_vat'], 2) }} |
{{ number_format($vatSummary['total_invoice'], 2) }} |