@php $user_info = @$step_verified_data['user_info']; $additional_info = @$user_info->portfolio->userGeneral; $countries = get_countries(); $institution_type_list = config('common.institution_type'); $study_level_list = config('common.study_level'); $relationship = config('common.relation'); $is_itn_user = (!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) ? 1 : 0; $countries_phone_code = get_countries_phone_code(); $dos_program_category_id = $portfolio->dos_program_category_id; @endphp
@if(empty($step_status))

Additional Information

This step is disable until user will reach to step.

@else
1
2
3
4
@if($dos_program_category_id == 3)
5
6
7
8
@else
5
6
7
8
9
@endif

Contact Information

@if($dos_program_category_id == 3)
@endif
@if(@$is_step_locked == 1 || $is_itn_user == 1) @else @endif

Address

@if(@$is_step_locked == 1 || $is_itn_user == 1) @else @endif

Passport Information

@if(@$additional_info->is_step_locked == 1 || $is_itn_user == 1) @else @endif

Previous J1 Program

@if(@$is_step_locked == 1 || $is_itn_user == 1) @if($dos_program_category_id != 3) @else @endif @else @endif
@if($dos_program_category_id != 3)

Spouse

@if(@$is_step_locked == 1 || $is_itn_user == 1) @else @endif
@endif

Education

@if(@$is_step_locked == 1 || $is_itn_user == 1) @if($dos_program_category_id != 3) @else @endif @else @if($dos_program_category_id != 3) @else @endif @endif

Work Experience

@if(@$is_step_locked == 1 || $is_itn_user == 1) @else @endif

Emergency Contacts

@if(@$is_step_locked == 1 || $is_itn_user == 1) @else @endif

Criminal Background

@if(@$is_step_locked == 1 || $is_itn_user == 1) @else @endif
@endif