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




 
{{--



--}}   {{--

WUSAT DEVELOPERS (PVT) LTD

--}} @section('heading')

Payment Receipt

@endsection {{--

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

 
 
{{-- after border --}} {{--

Depositor's Name

{{ $model->depositor_name }}

 

Mobile No

{{$model->depositor_phone}}

--}}

Depositor's Name

{{ $model->depositor_name }}

 

Mobile No

{{$model->depositor_phone}}

{{-- --}}

This is a system generated receipt which doesn’t required a signature. Receipt is valid subject to acceptance of Term and Condition printed overleaf {{-- This is a computer-generated copy. No signature is required. --}}
In Case of any Incorrect Information, Please contact to Customer Care Department.

@endsection