@if(CommonHelper::getBranchSettings($extra['branch']->id, 'heading_on_allotment_certificate'))
@if (!empty($image_url) && file_exists(public_path($image_url) ))
@endif
ALLOCATION LETTER
@endif
@php
$generator = new Picqer\Barcode\BarcodeGeneratorPNG();
echo '
) . ')
';
@endphp
{{ $sell_details->registration_no }}
Name: ________________________________________________________________________
{{$customer_name}}
Father/Husband Name: ___________________________________________________________
{{$customer_father_name}}
N.I.C No: ______________________________________________________________________
{{$customer_nic}}
Contact: _______________________________________________________________________
{{$sell_details->customers_phone}}
Residential Address: _____________________________________________________________
{{$sell_details->customers_home_address}}
_____________________________________________________________
{{$secondRowWord}}
Property No: ______________________________
{{$sell_details->product_type_name ?? '-'}} {{$sell_details->product_id}}
Size: ______________________________
{{$sell_details->flat_size}} {{ $sell_details->size_in }}
Block: _________________________________
@php
$block = App\Models\Block::where('id', $sell_details->block_id)->first()->name;
$layout_type = $sell_details->layout_type;
@endphp
@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: __________________________
{{App\Models\Category::find($sell_details->category_id)->name ?? '-'}}
We are pleased to describe that your above mentioned property has been allocated in our following project
______________________________________________________________________________
{{$sell_details->branch_name}}
______________________________________________________________________________
{{ App\Models\Branch::find($sell_details->branch_id)->location ?? '-' }}
______________________________________________________________________________
{{config('settings.address_2')}}
@if(CommonHelper::getBranchSettings($sell_details->branch_id, 'footer_on_allotment_certificate'))
@if (!empty($image_url) && file_exists(public_path($image_url) ))
@elseif(empty($sell_details->booking_pdf_header_m_t))
________________________
ALLOTTEE SIGNATURE
________________________
AUTHORITY SIGNATURE
@else
________________________
ALLOTTEE SIGNATURE
________________________
AUTHORITY SIGNATURE
@endif
@endif