| Voucher No | {{ $journal_voucher->voucher_no}} |
| Date | {{date('d-m-Y', strtotime($journal_voucher->voucher_date))}} |
| Description : {{$journal_voucher->description}} | |
| Voucher Type | Account Name | Remarks | Credit | Debit | Invoice No. |
|---|---|---|---|---|---|
| {{$journal_voucher_detail->voucher_type}} | {{$journal_voucher_detail->accountLedger->account_name}} | {{$journal_voucher_detail->remark}} | {{$journal_voucher_detail->credit}} | {{$journal_voucher_detail->debit}} | {{$journal_voucher_detail->invoice_no}} |
| Total Credit | {{$total_credit}} |
| Total Debit | {{$total_debit}} |