{{ $handover->project->client_name ?? '-' }}
+{{ $handover->project->country_code ?? '' }}{{ $handover->project->contact_number ?? '' }}
XXXXX{{ \App\Helpers\Helper::maskString($handover->project->ic_number) ?? '-' }}
{{ $handover->project->email ?? '-' }}
{{ $handover->project->block_no ?? '' }} {{ $handover->project->road_name ?? '' }} {{ $handover->project->road_no ?? '' }} {{ $handover->project->residence ?? '' }} {{ $handover->project->country->name ?? '' }} {{ $handover->project->postal_code ?? '' }}
Handover Certificate
@if ($handover->date_of_document)
{{ date('l, d F Y', strtotime($handover->date_of_document)) }}
@endif
{{ $handover->agreement->running_no ?? '-' }}
Date of Completion
{{ $handover->date_of_completion ? date('l, d F Y', strtotime($handover->date_of_completion)) : '-' }}

@php $handoverConfiguration = \App\Models\HandoverConfiguration::where('property_type_id', $handover->project->propertyType->id) ->where('company_id', $handover->project->company->id) ->first(); @endphp @if ($handoverConfiguration)
{!! $handoverConfiguration->content !!}
@else

Handover Content Not Found

@endif



Management of

{{ $handover->project->company->name ?? '-' }}

@if ($handover->client_sign)
Signed By
@if (config('app.env') === 'local')
@else
@endif
{{ $handover->project->client_name }}
@endif
Client's Signature
{{--
Page {PAGENO} of {nb}
--}}
Client's Signature
{{--
Page {PAGENO} of {nb}
--}}