@foreach($data as $row) @endforeach
Voucher Date Company Date Heading Voucher ID Voucher Type Account Name Amount Paid Amount Received
{{ $row->Voucher_Date }} {{ $row->Company }} {{ $row->DateHeading }} {{ $row->Id }} {{ $row->Voucher_Type }} {{ $row->AccountName }} {{ number_format($row->{"AmountPaid"}, 2) }} {{ number_format($row->{"AmountReceived"}, 2) }}