Site Report
Site: {{ $site }}
From: {{ $fromDate }} To: {{ $toDate }}
Voucher ID
Account
Debit
Credit
Remarks
@foreach($data as $row)
{{ $row->Voucher_ID }}
{{ $row->PettyCashAccount }}
{{ $row->AmountPaid}}
{{ $row->AmountReceived}}
{{ $row->Remarks }}
@endforeach