AADHAR VERIFICATION 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
Aadhar Number @php $a_num = $verificationFields['antecedants_data']['aadhar_number']['value'] ?? ''; @endphp {{ 'XXXX-XXXX-XXXX-'.substr($a_num,-4)}}
@if($verificationFields['antecedants_data']['aadhar_number']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['aadhar_number']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Age Band {{ $verificationFields['antecedants_data']['age_band']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['age_band']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['age_band']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Gender {{ $verificationFields['antecedants_data']['gender']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['gender']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['gender']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
State {{ $verificationFields['antecedants_data']['state']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['state']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['state']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Conclusion

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

Attachments
@include('templates.pagefooter')