@extends('layouts.app') @section('content')
From: {{ $fromDate }} | To: {{ $toDate }} | Site: {{ $site }}
@if(count($data) > 0)Voucher Date | Company | Date Heading | Voucher ID | Voucher Type | Entry Type | Amount Paid | Remarks | Account Name | Petty Cash Account |
---|---|---|---|---|---|---|---|---|---|
{{ $row->Voucher_Date }} | {{ $row->Company }} | {{ $row->DateHeading }} | {{ $row->Voucher_ID }} | {{ $row->Voucher_Type }} | {{ $row->entryType }} | {{ number_format($row->AmountPaid) }} | {{ $row->Remarks }} | {{ $row->AccountName }} | {{ $row->PettyCashAccount }} |
No records found for the selected criteria.
@endif