{{-- --}} @extends(($model->value_master == 2) ? 'docs.mastertwo' : 'docs.master', ['title'=> 'Receipt '.$model->number]) @section('content')
{{--
 
--}}
@if($model->value_master ==2) @section('heading_two')

Payment Receipt

@endsection @endif @section('heading')

Payment Receipt

@endsection {{--



--}} {{--   @if($model->value_master==2)

WUSAT DEVELOPERS (PVT) LTD

Provisional Receipt





@endif @section('heading')

Payment Receipt

@endsection --}}


 
{{--



--}}
{{-- top --}}

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

Drawn on Bank

{{($model->bankname)?$model->bankname:'-'}}

City

{{($model->cityname) ? $model->cityname : '-'}}

Branch

{{($model->branch) ? $model->branch : '-'}}



AED Rs.

{{ number_format($model->amount_received,2)}} /-

Depositor's Name

{{ $model->depositor_name }}

Tel

{{($model->depositor_phone)? $model->depositor_phone : '-'}}





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

Note :

(Receipt valid subject to realization of Instrument.)

 
--}}

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

{{-- terms --}} @if(Route::current()->uri() !== 'docs/receipt/{receipt_id}')
Terms and Conditions
  • This Receipt is provisional and valid subject to realization of Instrument .
  • Token is valid only for 15 Days and it is non refundable.
  • Down payment of unit will be nonrefundable.
  • Bank charges deducted will be recovered from customer ( if any).
  • This receipt is only a memorandum of deposit, for your convenience.
  • Items deposited are not checked,at the time of deposit and are received, subject to subsequent verification and scrutiny.
  • All instruments will be sent for collection and proceeds will be credited to your unit on realisation.
  • The developers or its bank is at liberty to act through correspondents, agents or sub-agents, including its branch offices, subsidiaries and affiliates or directly through any pay or on whom such items are drawn.
  • The Developer or its bank shall not be responsible for any losses or delays, which may be caused by strike or other causes, beyond its control, nor for any act, omission,neglect, suspension, insolvency or bankruptcy of any correspondents, agents, or sub-agents or its/their empolyees.
  • The developer will not be respoansible for any losses, arising out of delays, which may be caused by causes, beyond its control.
  • We will consider ourselves entitled to have recourse to you, where you have incurred liabilites, in respect of collection of cheques on your behalf.
@endif {{-- terms --}}
@endsection