@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 @include('user.app-status.brandtab')
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.
@elseif($step_status == 2 && empty($item['dstp_download_link']))Your {{ __('application_term.ds7002') }} was successfully signed and completed. You can download it @if(array_key_exists('document_download_code', $item)) @php $dcode = encrypt([ 'dcode' => $item['document_download_code'], 'doc_filename' => $item['document_filename'] ]); @endphp HERE. @else HERE. @endif
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.
@elseif($step_status == 2 && empty($placement_data[0]['dstp_download_link']))Your {{ __('application_term.ds7002') }} was successfully signed and completed. You can download it @if(array_key_exists('document_download_code', $placement_data[0])) @php $dcode = encrypt([ 'dcode' => $placement_data[0]['document_download_code'], 'doc_filename' => $placement_data[0]['document_filename'] ]); @endphp HERE. @else HERE. @endif
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.