@php $is_multi_placement = @$step_verified_data['is_multi_placement']; $step_status = @$step_verified_data['step_status']; $placement_data = @$step_verified_data['placement_data']; $brand_agency = @$step_verified_data['brand_agency']; $agency_logo_url = @$step_verified_data['agency_logo_url']; $agency_bg_color = @$step_verified_data['agency_bg_color']; $agency_logo_class = @$step_verified_data['agency_logo_class']; $is_medical_insurance = @$step_verified_data['is_medical_insurance']; @endphp

DS-7002 (Training Plan)

@if($step_status == 1 || $step_status == 2) @if($is_multi_placement == true)
@php $is_active = ""; @endphp @foreach($placement_data as $item) @php $is_active = $item['is_active_class']; @endphp
@if($step_status == 1 && empty($item['document_download_link']) )

Our team is working in collaboration with your {{$item['emp_name']}} to develop your Form DS-7002 (Training Plan).

Once the Form DS-7002 (Training Plan) is issued, you will be able to proceed to the next step in the process. You will be informed here and via email to sign it.

@elseif( !empty($item['yousign_signer_link']) && empty($item['document_download_link']) )

Your Form DS-7002 (Training Plan) has been issued for your digital signature.

Please click the button below to review and sign it:

After all the parties involved have completed their signatures, your signed Form DS-7002 will be issued, and we will proceed to the next step.

@elseif( !empty($item['document_download_link']) )

Your signed Form DS-7002 (Training Plan) was issued.

You may download it from here:

@if(@$is_medical_insurance == 1) @endif
@endif
@endforeach
@else @if($step_status == 1 && empty($placement_data[0]['yousign_signer_link']) && empty($placement_data[0]['document_download_link']))

Our team is working in collaboration with your {{$placement_data[0]['emp_name']}} to develop your Form DS-7002 (Training Plan).

Once the Form DS-7002 (Training Plan) is issued, you will be able to proceed to the next step in the process. You will be informed here and via email to sign it.

@elseif(!empty($placement_data[0]['yousign_signer_link']) && empty($placement_data[0]['document_download_link']))

Your Form DS-7002 (Training Plan) has been issued for your digital signature.

Please click the button below to review and sign it:

After all the parties involved have completed their signatures, your signed Form DS-7002 will be issued, and we will proceed to the next step.

@elseif(!empty($placement_data[0]['document_download_link']))

Your signed Form DS-7002 (Training Plan) was issued.

You may download it from here:

@if(@$is_medical_insurance == 1) @endif
@endif @endif @if($step_status == 1)
@elseif($step_status == 2 && !empty($next_step_key))
@endif @else

The {{ __('application_term.ds7002') }} is a Department of State form and serves as the official outline of the proposed internship.

Once we managed to find a {{ strtolower(__('application_term.employer')) }} and you are offered a {{ __('application_term.job') }}, we will send you the {{ __('application_term.ds7002') }} Form for your signature.

@endif