Postal Address Verification

Client: @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
@if(isset($employees->photo_url))
@else PERSON @endif
{{ $employees->first_name }} {{ $employees->middle_name }} {{ $employees->last_name }}

Father's Name : {{ $employees->co_name }}

Date of Birth : {{ date('d M Y', strtotime($employees->dob)) }}

Gender : {{ $employees->gender == 'M' ? 'Male' : 'Female' }}

Ref No : {{ $tasks->task_number }}

Candidate Id : @if($employees->employee_code) ({{ $employees->employee_code }}) @else ({{ $employees->employee_custom_id }}) @endif

Verified On : {{ date('d M Y', strtotime($verificationFields['antecedants_data']['verification_date'])) }}, {{ $verificationFields['antecedants_data']['verification_time'] ?? '' }}

Conclusion

{{ $case }}

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

Verification Details

{{ $verificationFields['antecedants_data']['address']['name'] ?? '' }}

{{ str_replace('_', ' ', $verificationFields['antecedants_data']['address']['match_status']) }}
{{ $verificationFields['antecedants_data']['address']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['verification_code']['name'] ?? '' }}

{{ str_replace('_', ' ', $verificationFields['antecedants_data']['verification_code']['match_status']) }}
{{ $verificationFields['antecedants_data']['verification_code']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['accommodation_status']['name'] ?? '' }}

{{ $verificationFields['antecedants_data']['accommodation_status']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['duration_of_stay']['name'] ?? '' }}

{{ $verificationFields['antecedants_data']['duration_of_stay']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['above_details']['name'] ?? '' }}

{{ $verificationFields['antecedants_data']['above_details']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['relationship']['name'] ?? '' }}

{{ $verificationFields['antecedants_data']['relationship']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['contact_number']['name'] ?? '' }}

{{ $verificationFields['antecedants_data']['contact_number']['value'] ?? '' }}

{{ $verificationFields['antecedants_data']['remarks']['name'] ?? '' }}

{{ $verificationFields['antecedants_data']['remarks']['value'] ?? '' }}
@include('templates.pagefooter') @if($taskhistorydocs) @foreach($taskhistorydocs as $taskhistorydoc)
@include('templates.pagefooter') @endforeach @endif {{-- @include('templates.terms') @include('templates.pagefooter') --}}