@extends('docs.master', ['title'=> 'Receipt List']) @section('content')
{{--

Account Statement : {{$model->unit ? $model->unit->unitname : ''}}

--}}
{{--

{{$model->unitsale_contact ? ($model->unitsale_contact->client ? $model->unitsale_contact->client->person : '') : ''}}

--}}

Empire Development LLC

JVC Dubai, UAE

Contact No. +971552896500



In House Agent Sales Form



{{-- @dd($model->agent->companyname); --}}

Date of Request :

{{date('d-M-Y')}}

Total Commission Claim %

   ____________________



Agent Full Name :

{{$model['model']->agent ? $model['model']->agent->companyname : '-'}}

Total Comm. Claim Amount:

   {{$model['totalComm'] ? number_format($model['totalComm'],2) : '-'}}



{{-- @dd($model->items); --}} @foreach ($model['model']->items as $item) @endforeach
Date Project Name Unit No. Sales Price Comm.% Amount
{{$item->created_at ? date('d-M-Y', strtotime($item->created_at)) : '-'}} {{$item->unitsale ? $item->unitsale->unit->building->project->projectname : '-'}} {{$item->unitsale ? $item->unitsale->unit->unitname : '-'}} {{$item->unitsale ? number_format($item->unitsale->net_price, 2) : '-'}} {{number_format(($item->commission_claim/$item->unitsale->net_price) * 100, 4)}} AED {{$item->commission_claim ? number_format($item->commission_claim, 2) : '-'}}
Total AED {{$model['totalComm'] ? number_format($model['totalComm'],2) : '-'}}


Criteria :


Received Buyer Information Sheet :

Received Signed Approval Sheet :

Received Signed Reservation Agreement :

Minimum Payment Received 20% :

Received 4% DLD & Admin Fees :

Received Signed SPA from Client :

Yes No
Yes No
Yes No
Yes No
Yes No
Yes No




____________________________

Connfirmed By Admin

 

_______________________________

Confirmed By Accounts





____________________________

Agent Signature

 

_______________________________

Approve Authorities

Mr. Kamran Ghani

{{--

Notes:

* Please deposit all the amount in Escrow A/c.
  Bank Name: Mashreq Bank
  Account Name: Empire Real Estate Developments LLC (Empire Estates) Trust
  Account No. 19500000603
  IBAN No. AE730330000019500000603

* All Figures are in AED

* Send proof of payments to accounts@empire.ae

* If any discrepancy please email us at accounts@empire.ae within 15 days. Else it will considered as confirmed / accepted statement.

--}}
@endsection