| No. | Actions | Name | Mobile | Company | Total Invoice | Total Payment | Due Balance |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
|
{{ $sup->supplier_name }} | {{ $sup->supplier_mobile ? '0'.$sup->supplier_mobile : '' }} | {{ $sup->supplier_company }} | {{ number_format($sup->total_invoice, 2) }} | {{ number_format($sup->total_payment, 2) }} | {{ number_format($sup->due_balance, 2) }} |
| Net Totals | {{ number_format($netInvoice, 2) }} | {{ number_format($netPayment, 2) }} | {{ number_format($netDue, 2) }} | ||||