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





--}}
 
@if($model->value_master ==2) @section('heading_two')

Refund

@endsection






@endif @section('heading')

Transfer Fee Receipt

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

Transfer Fee Receipt

@endsection --}} {{--

Transfer Fee Receipt

--}}
 



 

Voucher No:

{{$model->number}}

Date:

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


 
Paid with Gratitude to Mr / Mr.s. / Miss :
{{$model->customername}}

 
A Sum of Rupees
{{convert_number_to_words($model->amount_paid)}} 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->cityname)

{{ $model->chq_no }}

@else

 

@endif

DHA Phase II

Rs.

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

For Al Ghurair Giga

 

Sheikh Zayed Bin Sultan Al Nahyan Road (GT Road) Islamabad, Pakistan
PH: +92-51-244-244



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







 

Voucher No:

{{$model->number}}

Date:

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


 
Paid with Gratitude to Mr / Mr.s. / Miss :
{{$model->customername}}

 
A Sum of Rupees
{{convert_number_to_words($model->amount_paid)}} 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->cityname)

{{ $model->chq_no }}

@else

 

@endif

DHA Phase II

Rs.

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

For Al Ghurair Giga

 

Sheikh Zayed Bin Sultan Al Nahyan Road (GT Road) Islamabad, Pakistan
PH: +92-51-244-244



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