POSTAL PERMANENT ADDRESS REPORT
@if(isset($employees->photo_url))
@else PERSON @endif
Organization Name : @if(!empty($employers->b2b_company_name)) {{ $employers->b2b_company_name }} @if(!empty($employers->b2b_brand_name)) ({{ $employers->b2b_brand_name }}) @endif @else {{ $employers->first_name }} {{ $employers->middle_name }} {{ $employers->last_name }} @endif
Name : {{ $employees->first_name }} {{ $employees->middle_name }} {{ $employees->last_name }} Ref No : {{ $tasks->task_number }}
Location : {{ $verificationFields['antecedants_data']['state']['value'] ?? '' }} Report Date : {{ date('d M Y') }}

Clear/Verified Major Discrepancy Minor Discrepancy Insufficiency/UTV
Verification Summary
Address @php $a_num = $verificationFields['antecedants_data']['address']['value'] ?? ''; @endphp {{ $a_num }}
@if($verificationFields['antecedants_data']['address']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['address']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Postal Code @php $a_num = $verificationFields['antecedants_data']['verification_code']['value'] ?? ''; @endphp {{ $a_num }}
@if($verificationFields['antecedants_data']['verification_code']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['verification_code']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Remarks

{{ $verificationFields['antecedants_data']['conclusion'] ?? '' }}

@include('templates.pagefooter')