@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: ________________________________
{{ $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}}
Block: ________________________________
@php
$location_name = $sell_details->product->attribute_names($sell_details->product->id);
@endphp
{{ !empty($location_name) ? $location_name : '-'}}
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 & Regards
{{$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