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




    User:

{{ Auth::user()->name }}

 

    Date:

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


With reference to your Unit Booking Application, HMR Waterfront (Pvt) Limited (the "Company") has approved allotment of Unit as detailed below subject to terms and conditions appearing in this Allotment Letter.


Unit Details


Unit #:

{{ $model->unitname }}

Unit Type:

{{ $model->unittype->unittype }}

Net Area (SFT):

 

Common Area (SFT):

 

Unit Area (SFT):

{{ $model->area }}

Parking Bay(s):

@if($model->parking != null){{ $model->parking }}@else   @endif

Floor No:

{{ $model->floor->floorname }}

Tower:

{{ $model->building->buildingname }}

Completion Date:

 

Net Price:

{{ number_format($model["price"],2) }}


{{-- --}}




Unit # {{ $model->unitname }}

Floor # {{ $model->floor->floorname }}

Net Price : {{ number_format($model->price,2) }}


{{$i=1}} @foreach($data["plans"]["items"] as $items) @endforeach
INST.No Due Dates Particulars Percent Installment Amount
{{$i++}} {{date('d-m-Y', strtotime($items["due_date"]))}} {{ $items->paymenttype->paymenttypedetail }} {{number_format($items["percentage"], 2, '.', ',')}} {{ number_format(($items["percentage"]/100)*$model->price,2) }}
Total {{ number_format($percentTotal,2) }} {{ number_format($total,2) }}
@endsection