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

Receipts

Empire Development LLC

Jvc Dubai, UAE

Contact No. 055-2896500

{{-- {{ image }} --}}

TO:

Client Name:           {{$model['personal_details'] ? ($model['personal_details']->client ? ($model['personal_details']->client->person ?? '-') : '-') : '-'}}

PP. NO./Expiry:       {{$model['personal_details'] ? ($model['personal_details']->client ? ($model['personal_details']->client->passport_no ?? '-') : '-') : '-'}} / {{$model['personal_details'] ? ($model['personal_details']->client ? (date('d-M-Y',strtotime($model['personal_details']->client->passport_expire)) ?? '-') : '-') : '-'}}

Country:                 {{$model['personal_details'] && $model['personal_details']->client && $model['personal_details']->client->country ? $model['personal_details']->client->country->countryname : '-'}}


 

DATE {{$model['personal_details'] ? \Carbon\Carbon::parse($model['personal_details']->payment_date)->format('d-M-Y') : '-'}}
RECEIPT NO {{$model['personal_details'] ? $model['personal_details']->number : '-'}}
PERFORMA RECEIPT REF

Property Details : Empire Estates

Unit NO. : {{$model['personal_details'] && $model['personal_details']->unitsale->unit ? $model['personal_details']->unitsale->unit->unitname : '-'}}

Date Mode Particular Description Amount
{{$model['personal_details'] ? \Carbon\Carbon::parse($model['personal_details']->payment_date)->format('d-M-Y') : '-'}} {{$model['personal_details'] && $model['personal_details']->paymentmode ? $model['personal_details']->paymentmode->paymentmodedetail : '-'}} {{$model['personal_details'] ? ($model['personal_details']->client ? ($model['personal_details']->client->person ?? '-') : '-') : '-'}} {{$model['personal_details'] ? $model['personal_details']->remarks : '-'}} AED {{$model['personal_details'] ? number_format($model['personal_details']->amount_received) : '-'}}
 
UNIT NO.: {{$model['personal_details'] && $model['personal_details']->unitsale->unit ? $model['personal_details']->unitsale->unit->unitname : '-'}}
Total Received                     AED {{$model['personal_details'] ? number_format($model['personal_details']->amount_received) : '-'}}

Terms and Conditions:

* Booking Deposit is Non- Refundable

* Terms & Condition as per Sales & Purchase agreement Apply

* Payment must be paid on stipulated due month as per agreed payment Plan

* Payment mode can be cash, cheque or Online transfer

* If amount is paid by Cheque then this receipt is valid only on realization of cheques , If cheques are dishonoured and unpaid by bank    then this receipt is null and void.

* In case of cheque bounced / returned / unpaid then cheque return penalty applied.

* If the receipt is issued against Proforma Receipt then proforma Receipt will be null and void.

* If SPA is not signed, and deal is cancelled by buyer then all the paid amounts are non refundable and will be forfeited by developer as   reasonable administrations , finance and opportunity loss charges.

Agreed Payment Plan is as Follows:

@if(isset($model['payment_plan']) && $model['payment_plan'] != []) @foreach ($model['payment_plan'] as $item) @if ($item->total_percentage && $item->total_percentage != null) @endif @endforeach @endif
Description Rate Amount AED
Unit Price AED {{$model['personal_details'] && $model['personal_details']->unitsale ? number_format($model['personal_details']->unitsale->unit->price,2) : '-'}}
{{$item->paymenttype_id == 1 ? 'Down Payment' : ($item->paymenttype_id == 2 ? $item->total .'% in '. number_format($item->total_percentage/$item->total) . ' % Monthly Instllments' : '-')}} {{number_format($item->total_percentage, 2). '%'}} AED {{number_format( $model['personal_details']->unitsale->unit->price / $item->total_percentage, 2 )}}
Total AED {{$model['personal_details'] && $model['personal_details']->unitsale ? number_format($model['personal_details']->unitsale->unit->price,2) : '-'}} @if (isset($model['payment_plan']) && $model['payment_plan'] != []) @php $down_payment = array_reduce($model['payment_plan'], function($carry, $item) { if ($item->paymenttype_id == 1 && !$carry) { return $item; } return $carry; }); $installment = array_reduce($model['payment_plan'], function($carry, $item) { if ($item->paymenttype_id == 2 && !$carry) { return $item; } return $carry; }); @endphp @if ($down_payment && $installment) {{number_format($down_payment->total_percentage ? $down_payment->total_percentage : '-')}}% DP 50k booking remining within 2 weeks({{number_format($installment->total_percentage ? $installment->total_percentage : '-')}}% Monthly Instl. {{number_format($installment->total ? $installment->total : '-')}}% X {{number_format(($installment->total_percentage ? $installment->total_percentage : '')/($installment->total ? $installment->total :'-'))}} months Start from Apr-24) @endif @endif

Account Signature

 

Customer Signature



 

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

@endsection