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