Daily Payment Report
From: {{ $fromDate }}   To: {{ $toDate }}
@foreach($data as $row) @endforeach
Date Payee A/c Paid From Voucher Remarks Amount
{{ $row->date }} {{ $row->payee }} {{ $row->paid_from }} {{ $row->voucher }} {{ $row->remarks }} {{ number_format($row->amount, 2) }}
Grand Total {{ number_format($grandTotal, 2) }}