@php function getDocPath($documents, $key) { $doc = $documents->firstWhere('document_key', $key); return $doc ? asset('storage/' . $doc->file_path) : null; } @endphp
Step 4: Attachments & Other Info
@if(isset($resource) && $resource->profile_photo) @endif
@if(isset($resource) && $resource->pan_card_attachment) View Uploaded Document @endif
@if(isset($resource) && $resource->aadhar_card_attachment) View Uploaded Document @endif
@if(isset($resource) && $resource->passport_attachment) View Uploaded Document @endif
@if(isset($resource) && $resource->offer_letter) View Uploaded Document @endif
@if(isset($resource) && $resource->candidtate_resume) View Uploaded Document @endif
@if(isset($resource) && $resource->hight_school_marksheet) View Uploaded Document @endif
@if(isset($resource) && $resource->intermediate_marksheet) View Uploaded Document @endif
@if(isset($resource) && $resource->graduation_marksheet) View Uploaded Document @endif
@if(isset($resource) && $resource->post_graduation_marksheet) View Uploaded Document @endif
@if(isset($resource) && $resource->other_qualification_marksheet) View Uploaded Document @endif
@if(isset($resource) && $resource->experience_document) View Uploaded Document @endif
@if(isset($resource) && $resource->candidate_information_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->candidate_info_form)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->joining_details_sheet) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->joining_details_sheet)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->candidate_bond_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->bond_document)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->candidate_declaration_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->declaration_document)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->medical_declaration_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->medical_declaration_document)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->form11_doc) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->form_eleven)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->emergency_contact_name_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->emergency_form)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->pf_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->pf_form)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->medical_insurance_nominee_form) View Uploaded Document @endif @foreach($documents as $document) @if(!empty($document->medical_insurance_nominee_form)) Download and Upload Document @endif @endforeach
@if(isset($resource) && $resource->any_other_document) View Uploaded Document @endif
{{-- --}}