Supplier Payment Report
Voucher ID
Type
Debit
Credit
Date
Remarks
Site
@foreach($data as $row)
{{ $row->Voucher_ID }}
{{ $row->Voucher_Type }}
{{ $row->Debit }}
{{ $row->Credit }}
{{ $row->Voucher_Date }}
{{ $row->Remarks }}
{{ $row->Site }}
@endforeach