{{-- --}} @extends('docs.master', ['title'=> 'Receipt '.$model->number]) @section('content')
Payment Receipt
@endsection {{--Receipt No.
{{ $model->number }}
Date :
{{date('d-M-y', strtotime($model->created_at))}}
Recieved with thanks from Mr./Mrs./Miss.
{{$model->customername}}
against Unit
{{$model->unitname}}
Building
{{$model->buildingname}}
Project
{{$model->projectname}}
On Account of:
{{($model->paymenttypedetail)?$model->paymenttypedetail:'-'}}
Amount in words:
{{ convert_number_to_words($model->amount_received)}}
Instrument No.
{{($model->chq_no) ? $model->chq_no : '-' }}
Dated:
{{date('d-M-y', strtotime($model->chq_date))}}
Drawn on Bank
{{($model->bankname)?$model->bankname:'-'}}
AED Rs.
{{ number_format($model->amount_received,2)}}
Note :
(Receipt valid subject to realization of Instrument.)
Depositor's Name
{{ $model->depositor_name }}
Mobile No
{{$model->depositor_phone}}
Depositor's Name
{{ $model->depositor_name }}
Mobile No
{{$model->depositor_phone}}