@extends('docs.master', ['title'=> 'Receipt '.$model->number]) @section('content')
Amount Received with gratitude from {{$model->customername}}
Payment received on account of {{$model->paymenttypedetail}}
Payment Mode: {{$model->paymentmodedetail}}Cheque/PO No: {{$model->chq_no}}
Dated: {{ date('d-M-y', strtotime($model->payment_date)) }}
Bank: {{$model->bankname}}
Ammount: {{ number_format($model->amount_received,2)}}
Pakistani (Rs.) {{convert_number_to_words($model->amount_received)}}
Note:
1.Receipt Valid Subject to Realization of Cheque.
2.Bank charges deducted will be recovered from Customer (if any).
3.All Installment must be paid by 10th of every month.
__________________________________________
For the address
Receipt printed on {{ Carbon\Carbon::now()->format('d-M-Y H:i:s')}}, by: {{Auth::user()->name}}
--}}
Amount Received with gratitude from {{$model->customername}}
Payment received on account of {{$model->paymenttypedetail}}
Payment Mode: {{$model->paymentmodedetail}}Cheque/PO No: {{$model->chq_no}}
Dated: {{ date('d-M-y', strtotime($model->payment_date)) }}
Bank: {{$model->bankname}}
Ammount: {{ number_format($model->amount_received,2)}}
Pakistani (Rs.) {{convert_number_to_words($model->amount_received)}}
Note:
1.Receipt Valid Subject to Realization of Cheque.
2.Bank charges deducted will be recovered from Customer (if any).
3.All Installment must be paid by 10th of every month.
__________________________________________
For the address
Receipt printed on {{ Carbon\Carbon::now()->format('d-M-Y H:i:s')}}, by: {{Auth::user()->name}}