|
Voucher No
|
: {{ $receipt_voucher->voucher_no }}
|
Account Name
|
: {{ $receipt_voucher->accountLedger->account_name }}
|
|
Date
|
: {{ date('d-m-Y', strtotime($receipt_voucher->receipt_date)) }}
|
Cheque No
|
: {{ $receipt_voucher->cheque_no }}
|
|
Receipt Type
|
: {{ $receipt_voucher->receipt_type }}
|
Cheque Date
|
: {{ $receipt_voucher->cheque_date ? date('d-m-Y', strtotime($receipt_voucher->cheque_date)) : '' }}
|
|
Receipt To
|
: {{ $receipt_voucher->voucher_type == 'sales receipt' ? $receipt_voucher->receiptTo->name : $receipt_voucher->receiptTo->account_name }}
|
Remarks
|
: {{ $receipt_voucher->remarks }}
|