@extends('user.layouts.app-newui') @section('content')

My Documents

This page is your centralized resource hub for all essential materials related to your J-1 Intern or Trainee Program. On this page, you can securely access and download important documents, guides, compliance resources, and personalized files to support you throughout your exchange experience in the United States.

We encourage you to review these materials carefully, as they provide key information on your program. This page is designed to help you stay organized and informed. If you have any questions about the documents provided, please reach out to us.

@if(!empty($doc_details['resume'])) @else @endif @if(!empty($doc_details['itn_agreement'])) @else @endif @if(!empty($doc_details['reg_fee_invoice_id'])) @else @endif @if(!empty($request_doc_type)) @endif @if(!empty($request_doc_type) && !empty($embassy_doc_list)) @foreach($embassy_doc_list as $doc) @if(in_array($doc['document_type_id'],$request_doc_type)) @endif @endforeach @endif @if(!empty($embassy_doc_list)) @foreach($embassy_doc_list as $doc) @if(in_array($doc['document_type_id'],array(68,106))) @endif @endforeach @endif @if( !empty($doc_details['arrival_pkg_data']) ) @foreach($doc_details['arrival_pkg_data'] as $val) @endforeach @endif
ITN Resume
ITN Agreement
Registration Fee Payment Confirmation
Preparation Guide - Interview Host Companies
Placement Offer Letter
{{$doc['document_label']}} @if(!empty($doc["document_download_link"]))
@else
@endif
Preparation Guide - How To Complete Your DS-160
Preparation Video - U.S. Embassy Appointment Interview
{{$doc['document_label']}} @if(!empty($doc["document_download_link"]))
@else
@endif
Arrival Package - {{$val['hc_name']}} @if(!empty($val["arrival_pkg_link"]))
@else
@endif
@endsection