@if($dos_program_category_id == 3) @include('user.app-status.resume_camp') @else @php $countries = get_countries(); $countries_phone_code = get_countries_phone_code(); $resume_data = @$resume_data; $education = @$resume_data->education; $employment = @$resume_data->employment; $certificates = @$resume_data->certificates; $awards = @$resume_data->awards; $upload_file_size = config('common.upload_file_size'); $allow_file_ext = collect(config('common.allow_pdf'))->implode(', '); $upload_img_size = config('common.upload_img_size'); $allow_image_ext = collect(config('common.allow_image_ext'))->implode(', '); $passport_photo = @$resume_data['passport_photo']; $passport_photo_path = config('common.user-documents').DS.$user->id.DS.$passport_photo; $passport_photo_url = empty(get_url($passport_photo_path)) ? url("assets/images/noavatar.png") : "storage".DS.$passport_photo_path; $create_resume_link = @$step_verified_data['create_resume_link']; $doc_dw_link = @$step_verified_data['document_download_link']; $document_data = @$step_verified_data['document_data']; $reason_message = @$step_verified_data['reason_message']; @endphp

Create Your ITN Resume

@if($is_step_success == 0)

The next step is to create your ITN Resume. We will review it in order to verify your J-1 Visa Eligibility for a J-1 Intern or Trainee Program.

Later in the process, Host Organizations will also review your resume before interviewing you.

Be sure to include all relevant details and proofread the ITN Resume carefully before submitting. You can start creating it here:

Create ITN Resume
@elseif($is_step_success == 1)
Your ITN Resume has been approved. You may continue with the next step in the process.
@elseif($is_step_success == 2) @if($document_data->document_status == 1)

Thank you! Your ITN Resume has been uploaded and is currently under review. Our team will get back to you within 1–2 business days.

Please revisit this page to access the next step after your ITN Resume has been reviewed. You will also receive an email notification once this is complete.

@if(!empty($doc_dw_link))

Here you may download a copy of your ITN Resume in PDF:

Download ITN Resume

@endif
@endif @elseif($is_step_success == 3)
Thank you for your interest. We regret to inform you that your ITN Resume was not approved.
Reject Reason: {{$reason_message}}
@endif
@if(!empty($next_step_key) && ($is_step_success == 1)) @endif
@endif