@include('templates.pdf_header', [ 'organisation' => $organisation, 'asOfDate' => $asOfDate, 'title' => 'Payments Report ' . $start . ' - ' . $end ])
@foreach($payments as $row) @endforeach
Supplier Date Paid Amount
{{ $row['Supplier'] }} {{ $row['Date Paid'] }} {{ number_format($row['Amount'], 2) }}
Total {{ number_format($totalPayments, 2) }}