@php $upload_file_size = config('common.upload_file_size'); $allow_file_ext = collect(config('common.allow_doc_ext'))->implode(', '); $upload_img_size = config('common.upload_img_size'); $allow_image_ext = collect(config('common.allow_image_ext'))->implode(', '); @endphp

Resume Upload

@if(empty($step_status))

This step is disable until user will reach to step.

@else @if($is_step_success == 0) @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync())
Your resume will be upload by user or ITN admin.
@else @if(!empty(@$step_verified_data['type']))
{{ @$step_verified_data['message'] }}
@endif

Resume should be a {{ $allow_file_ext }} and doesn't exceed {{ $upload_file_size }} MB.


@endif @elseif($is_step_success == 1 || $is_step_success == 2)
{{ @$step_verified_data['message'] }}
@endif @endif