MANREGA 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 @php $stauts_v = $verificationFields['antecedants_data']['severity']; @endphp Status: @switch($stauts_v) @case('GREEN') Clear/Verified @break @case('YELLOW') Minor Discrepancy @break @case('RED') Major Discrepancy @break @case('Magenta') Insufficiency/UTV @break @default @endswitch
Job Card Number @php $a_num = $verificationFields['antecedants_data']['card_no']['value'] ?? ''; @endphp {{ 'XXXX-XXXX-XXXX-'.substr($a_num,-4)}}
@if($verificationFields['antecedants_data']['card_no']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['card_no']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Name of Head of Household {{ $verificationFields['antecedants_data']['name_as_per_doc']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['name_as_per_doc']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['name_as_per_doc']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Name of Father/Husband {{ $verificationFields['antecedants_data']['name_of_father']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['name_of_father']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['name_of_father']['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
Date of Registration {{ $verificationFields['antecedants_data']['reg_date']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['reg_date']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['reg_date']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Address {{ $verificationFields['antecedants_data']['address']['value'] ?? '' }}
@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
Category {{ $verificationFields['antecedants_data']['category']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['category']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['category']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Remarks

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

@include('templates.pagefooter')