@section('title', 'Reports')
@section('top-menu-items')
| Invoice # | Invoice Date | Invoice Total | Payments | Balance |
|---|---|---|---|---|
| {{ $invoice['invoice_id'] }} | {{ $invoice['invoice_date'] }} | {{ number_format($invoice['total'], 2) }} | {{ number_format($invoice['paid'], 2) }} | {{ number_format($invoice['balance'], 2) }} | No Invoices found. | @endforelse
| Customer Balance | {{ number_format(collect($invoiceDate)->sum('balance'), 2) }} | |||