@php $documents = @$step_verified_data['documents']; $filling_in_progress_details = @$step_verified_data['filling_in_progress_details']; $all_document_collected = @$step_verified_data['all_document_collected']; $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

Submit Your Documents

@if($all_document_collected == 0 && !empty($filling_in_progress_details))
{!! $filling_in_progress_details !!}
@endif

As part of the U.S. Department of State regulations, we need the following documents for your J-1 Visa Sponsorship.

@foreach($documents as $doc)
@php if( pathinfo($doc['document_filename'], PATHINFO_EXTENSION) != 'pdf'){ $action = route('document.mergeimg-newui'); }else{ $action = route('document.merge-newUI'); } @endphp
* {{ $doc['document_label'] }} @if(!empty($doc['doc_desc'])) @endif
@if(!empty($doc['document_id'])) @else @if($user->is_timeline_locked == 1) Upload Locked @else
@endif @endif
@if(!empty($doc['document_uploaded_converted_data']->dest_datetime))
Uploaded:
{{ dateformat($doc['document_uploaded_converted_data']->dest_datetime,DISPLAY_DATETIME) }}
@endif
@endforeach
@if($step_status == 2) @endif