@php $documents = @$step_verified_data['documents']; $pre_placement_doc = @$step_verified_data['pre_placement_doc']; $step_status = @$step_verified_data['step_status']; $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']; @endphp @include('user.app-status.brandtab')

{{ $step_title }}



All fields with star () are required
@if(@$active_stage == 2)

Documents required to start the placement process with a Host Company in the USA

@if(!empty($pre_placement_doc)) @foreach($pre_placement_doc as $doc)
@php $required_class = "text-warning"; $doc_desc = $doc['doc_desc']; if($doc['requirement_type'] == 1) { $required_class = "text-danger"; if(!empty($doc_desc)){ $doc_desc .= "
(required)"; }else{ $doc_desc .= "(required)"; } } @endphp @if(!empty($doc_desc)) @endif {{ $doc['document_label'] }} @php if(!empty($doc['document_note_text'])) { @endphp file-Note Text @php } @endphp
@if(!empty($doc['document_id'])) @if(!empty($doc['document_download_link']) && !in_array($doc['document_status'],array(3,5)))
@if(array_key_exists('document_download_code', $doc)) @php $dcode = encrypt([ 'dcode' => $doc['document_download_code'], 'doc_filename' => $doc['document_filename'] ]); @endphp @if(empty($doc["is_received_mannually"])) file-download @else file-download @endif @else file-download @endif
@else
@if($user->is_timeline_locked == 1) file-upload-lock @else
file-upload
@endif
@endif
@if(empty($doc["is_received_mannually"])) Uploaded @else Received @endif On
@if(!empty($doc['document_uploaded_converted_data']->dest_datetime))
{{ dateformat($doc['document_uploaded_converted_data']->dest_datetime,DISPLAY_DATETIME) }}
@endif
{{ ucfirst($doc['document_status_name']) }}
@if(!empty($doc['document_status_date_converted_data']->dest_datetime))
{{ dateformat($doc['document_status_date_converted_data']->dest_datetime,DISPLAY_DATETIME) }}
@endif
@else
@if($user->is_timeline_locked == 1) file-upload-lock @else
file-upload
@endif
@endif
@if(!empty($doc['document_id'])) View upload history @else   @endif
@endforeach @endif
@endif
@if(@$active_stage == 2)

Documents required to expedite the J-1 visa filing process after your placement is confirmed (obtaining some documents might take some time, that’s why we ask you to start collecting these documents as early as possible, in order not to delay your arrival in the USA)

@else

As part of the U.S. Department of State regulations, we need the following documents for completing your visa file...

@endif
@if(!empty($documents)) @foreach($documents as $doc)
@php $required_class = "text-warning"; $doc_desc = $doc['doc_desc']; if($doc['requirement_type'] == 1) { $required_class = "text-danger"; if(!empty($doc_desc)){ $doc_desc .= "
(required)"; }else{ $doc_desc .= "(required)"; } } @endphp @if(!empty($doc_desc)) @endif {{ $doc['document_label'] }} @php if(!empty($doc['document_note_text'])) { @endphp file-Note Text @php } @endphp
@if(!empty($doc['document_id'])) @if(!empty($doc['document_download_link']) && !in_array($doc['document_status'],array(3,5)))
@if(array_key_exists('document_download_code', $doc)) @php $dcode = encrypt([ 'dcode' => $doc['document_download_code'], 'doc_filename' => $doc['document_filename'] ]); @endphp @if(empty($doc["is_received_mannually"])) file-download @else file-download @endif @else file-download @endif
@else
@if($user->is_timeline_locked == 1) file-upload-lock @else
file-upload
@endif
@endif
@if(empty($doc["is_received_mannually"])) Uploaded @else Received @endif On
@if(!empty($doc['document_uploaded_converted_data']->dest_datetime))
{{ dateformat($doc['document_uploaded_converted_data']->dest_datetime,DISPLAY_DATETIME) }}
@endif
{{ ucfirst($doc['document_status_name']) }}
@if(!empty($doc['document_status_date_converted_data']->dest_datetime))
{{ dateformat($doc['document_status_date_converted_data']->dest_datetime,DISPLAY_DATETIME) }}
@endif
@else
@if($user->is_timeline_locked == 1) file-upload-lock @else
file-upload
@endif
@endif
@if(!empty($doc['document_id'])) View upload history @else   @endif
@endforeach @endif
@if(!empty($next_step_key) && $step_status == 2) @endif