@if(CommonHelper::getBranchSettings($extra['branch']->id, 'heading_on_confirmation_letter'))
CONFIRMATION LETTER
@endif
@php
$generator = new Picqer\Barcode\BarcodeGeneratorPNG();
echo '
) . ')
';
@endphp
{{ $sell_details->registration_no }}
Dear Sir/Madam,
With respect to your application No: __________________________ for the booking of property.
{{$sell_details->registration_no}}
The management of __________________________________ is pleased to inform you that our
{{$sell_details->branch->name}}
property is confirmed in the project.
The Details are as under :-
Name: ________________________________________________________________________
{{$sell_details->customer->name}}{{!empty($name) ? $name : ''}}
Father/Husband Name: ___________________________________________________________
{{$sell_details->customer->father_or_husband_name}}{{!empty($f_name) ? $f_name : ''}}
N.I.C No: ______________________________________________________________________
{{$sell_details->customer->nid}}{{!empty($c_id) ? $c_id : ''}}
Residential Address: _____________________________________________________________
{{$sell_details->customer->mailing_address}}
_____________________________________________________________
Mobile: ________________________________
{{ $sell_details->customer->phone ?? '-'}}
LandLine: ______________________________
{{$sell_details->customer->office_phone ?? '-' }}
Email: ________________________________________________________________________
{{$sell_details->customer->email ?? '-'}}
Property No: ______________________________
{{$sell_details->product->type->name ?? '-'}} {{$sell_details->product->product_unique_id}}
Size: ______________________________
{{$sell_details->product->flat_size}} {{$sell_details->product->size_in}}
Location: _________________________________
@php
$block = $sell_details->product->block->name;
$layout_type = $sell_details->product->layoutType->name;
@endphp
@if($sell_details->branch->confirmation_letter_location_setting == '1')
{{ $sell_details->product->product_location ?? '-' }}
@endif
@if(empty($block) && empty( $layout_type))
-
@elseif(!empty($block) && empty( $layout_type))
{{$block }}
@elseif(empty($block) && !empty( $layout_type))
{{ $layout_type }}
@else
{{$block }}/{{ $layout_type }}
@endif
Category: __________________________
{{$sell_details->product->category->name ?? '-'}}
Please note that this booking is liable to canceled for default in making payment of any installment as after determined in payment schedule or for breach of any terms and conditions.
Your best efforts for making of installments regularly will be highly appreciated.
Thanks & Regardss
{{$sell_details->branch->name}}
@if(CommonHelper::getBranchSettings($extra['branch']->id, 'footer_on_confirmation_letter'))
@if (!empty($image_url) && file_exists(public_path($image_url) ))
@else
________________________
AUTHORITY SIGNATURE
@endif
@endif