EPFO 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
UAN No {{ $verificationFields['antecedants_data']['uan_no']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['uan_no']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['uan_no']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Mobile No {{ $verificationFields['antecedants_data']['mobile']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['mobile']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['mobile']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
Company Name {{ $verificationFields['antecedants_data']['com_name']['value'] ?? '' }}
@if($verificationFields['antecedants_data']['com_name']['match_status'] == 'MATCHED') Clear/Verified @elseif($verificationFields['antecedants_data']['com_name']['match_status'] == 'PARTIAL_MATCHED') Major Discrepancy @else Minor Discrepancy @endif
@php $companyData = $verificationFields['antecedants_data']['output_data']; while (!is_array($companyData)) { $companyData = json_decode($companyData, true); if ($companyData === null) { break; } } @endphp @if (!empty($companyData)) @foreach ($companyData as $company) @endforeach @endif
Establishment Name Date Of Joining Date Of Exit Overlapping Employment
{{ $company['establishmentName'] }} {{ $company['dateOfJoining'] }} {{ $company['dateOfExit'] }} {{ $company['overlappingEmployment'] }}
Remarks

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

@include('templates.pagefooter')