{{ $reportTitle }}

@foreach($rows as $row) @endforeach
Supplier Delivery Date Total Payable Total Paid Balance Status
{{ $row->supplier_name }} {{ \Carbon\Carbon::parse($row->delivery_date)->format('Y-m-d') }} {{ number_format($row->total_payable, 2) }} {{ number_format($row->total_paid, 2) }} {{ number_format($row->balance, 2) }} {{ ucfirst($row->status) }}