@if(request()->has('from_date')) Export to Excel | Export to PDF @endif
@if(isset($report)) @forelse($report as $row) @empty @endforelse
Date Voucher Payee Account Paid From Amount
{{ $row->Voucher_Date }} {{ $row->Voucher }} {{ $row->Payee_Account }} {{ $row->Paid_From_Account }} {{ number_format($row->Amount, 2) }}
No records found.
@endif