|
RECEIPT
{{ $company->company_name }}
{{ $company->address_1 }} {{ $company->address_2 }} {{ $company->state }} {{ $company->city }}
{{ $company->pincode }}
|
|||||
|
Party:
({{ !empty($voucher->account) ? $voucher->account->name : '' }})
Amount (in words): {{ ucwords(numberToIndianWords((int) $voucher->net_amount)) }} Only
As per details given below:
|
Receipt No. {{ $voucher->voucher_no }}
DATE: {{ date('d-m-Y', strtotime($voucher->date)) }}
|
||||
| Remark / Note area (you can write remarks here) {{ $voucher->remarks }} {{ $voucher->narration }} | |||||
|
|||||
|
For {{ $company->company_name }}
Auth. Signatory
__________________
|
|||||
| Note: This is a computer generated receipt and does not require a physical signature. | |||||