@extends('layouts.master', ['title' => 'Verify Documents']) @section('contents')

Verifying Documents

Current Status : {{ format_contact_status($details->finally) }}
Recruitment Form
@csrf
Candidate Details
@if ($details->getPersonalDetail) no-photo-found @else no-photo-found @endif
signature-not-found
View
Communication Details
@if ($details->getIdProofDetail && $details->getIdProofDetail->permanent_add_doc) View @else Not Uploaded @endif
Banking Account Details
@if ($details->getIdProofDetail && $details->getIdProofDetail->bank_doc) View @else Not Uploaded @endif
Educational Qualification
10th Qualification
@if ($details->getEducationDetail && $details->getEducationDetail->emp_tenth_doc) View @else Not Uploaded @endif
12th Qualification
@if ($details->getEducationDetail && $details->getEducationDetail->emp_twelve_doc) View @else Not Uploaded @endif
Graduation
@if ($details->getEducationDetail && $details->getEducationDetail->grad_doc) View @else Not Uploaded @endif
Post Graduation
@if ($details->getEducationDetail && $details->getEducationDetail->post_grad_doc) View @else Not Uploaded @endif
Current Company Details

Last 3months Salary Slip Document @if ($details->getCompanyDetail && $details->getCompanyDetail->last_3months_sal_slip_doc) @else

Not Uploaded

@endif


Last 3months Bank Statement Document @if ($details->getCompanyDetail ? $details->getCompanyDetail['3months_bank_stat_doc'] : '') @else

Not Uploaded

@endif

Relationship and Nominee Details
@foreach ($details->getNomineeDetail as $nominee) @endforeach
S.No. Family Members Relationship with member Aadhar Card No. DOB Aadhar Document Stay With Member
1 {{ $nominee->family_member_name }} {{ $nominee->relation_with_mem }} {{ $nominee->aadhar_card_no }} {{ $nominee->dob }} Aadhar Card {{ $nominee->stay_with_mem }}
Nominee Dispensary Near you
Other Details

Note : Click Verified button only if all required documents are valid.

Note : All Fields marks with ** are mandatory to submit the details.

@if ( $details->finally == 'docs_checked' || $details->finally == 'joining-formalities-completed' || $details->finally == 'joined') @else @endif
@endsection @section('script') @endsection