DEBTORS SUMMARY REPORT

Report Date: {{ now()->format('d M Y') }}
Organisation: {{ auth()->user()->organisation->name }}
@foreach($rows as $row) @endforeach
Customer Total Invoiced Total Paid Outstanding Balance
{{ $row['customer']->name }} {{ number_format($row['total_invoiced'],2) }} {{ number_format($row['total_paid'],2) }} {{ number_format($row['outstanding'],2) }}