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

Receipt Voucher

@endsection




@endif @section('heading')

Transfer Fee Receipt

@endsection {{-- @section('heading')

Transfer Fee Receipt

@endsection --}} {{--

Transfer Fee Receipt

--}}
 



 

Rcpt#

{{$model->number}}

Ref #

@if ($model->ref_no)

{{$model->ref_no}}

@else

 

@endif

Date:

{{ date('d-M-y', strtotime($model->created_at)) }}


 
Received with thanks from Mr / Mr.s. / Miss :
{{$model->customername}}

 
A Sum of Rupees
{{convert_number_to_words($model->amount_received)}} only

 
in

{{$model->paymentmodedetail}}

Date

{{ date('d-M-y', strtotime($model->payment_date)) }}


 
On Account Of

{{$model->paymenttypedetail}}

Project

{{ $model->projectname }}


 
Unit

{{$model->unitname}}

Tower

{{ $model->buildingname }}

Type

{{ $model->unittype }}


 
Bank
@if ($model->bankname)

{{$model->bankname}}

@else

 

@endif
City
@if ($model->cityname)

{{ $model->cityname }}

@else

 

@endif
Chq/PO/DD No
@if ($model->chq_no)

{{ $model->chq_no }}

@else

 

@endif

Block-10/A,

Rs.

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

For Empire ONE

 

Callachi CHS, Scheme-24, Gulshan e Iqbal Karachi.
PH: +92-21-34977291-4



Client COPY

 

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.

4.In case of any query please contact Customer Care department.

Printed On: {{date('d-m-Y h:i:s A')}} by {{Auth::User()->name}}







 

Rcpt#

{{$model->number}}

Ref #

@if ($model->ref_no)

{{$model->ref_no}}

@else

 

@endif

Date:

{{ date('d-M-y', strtotime($model->created_at)) }}


 
Received with thanks from Mr / Mr.s. / Miss :
{{$model->customername}}

 
A Sum of Rupees
{{convert_number_to_words($model->amount_received)}} only

 
in

{{$model->paymentmodedetail}}

Date

{{ date('d-M-y', strtotime($model->payment_date)) }}


 
On Account Of

{{$model->paymenttypedetail}}

Project

{{ $model->projectname }}


 
Unit

{{$model->unitname}}

Tower

{{ $model->buildingname }}

Type

{{ $model->unittype }}


 
Bank
@if ($model->bankname)

{{$model->bankname}}

@else

 

@endif
City
@if ($model->cityname)

{{ $model->cityname }}

@else

 

@endif
Chq/PO/DD No
@if ($model->chq_no)

{{ $model->chq_no }}

@else

 

@endif

Block-10/A,

Rs.

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

For Empire ONE

 

Callachi CHS, Scheme-24, Gulshan e Iqbal Karachi.
PH: +92-21-34977291-4



OFFICE COPY

 

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.

4.In case of any query please contact Customer Care department.

Printed On: {{date('d-m-Y h:i:s A')}} by {{Auth::User()->name}}


@endsection