{{-- --}} @extends('docs.master', ['title'=> 'Receipt '.$model->number]) @section('content')




 




  {{--

WUSAT DEVELOPERS (PVT) LTD

Provisional Receipt

--}}
 




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)}}

 
 
This is a computer-generated copy. No signature is required.

Note :

(Receipt valid subject to realization of Instrument.)

 
 

  In Case of any Incorrect Information, Please contact to Customer Care Department.

@endsection