Voucher Entry List
| Voucher No | Voucher Type | Date | Debit Account | Description | Customer Account | Amount |
|---|---|---|---|---|---|---|
| {{ $receipts->voucher_no }} | {{ $receipts->voucher_type }} | {{ date('d-m-Y',strtotime($receipts->voucher_date)) }} | {{ $receipts->debiter }} | {{ $receipts->description }} | {{ $receipts->creditor }} | {{ number_format($receipts->amount,2) }} |
| No matching records found | ||||||