@php $is_interview_finished = @$step_verified_data['is_interview_finished']; $interview_data = @$step_verified_data['interview_data']; $admin_timezone_label = @$step_verified_data['admin_timezone_label']; $is_payment_plan = @$step_verified_data['is_payment_plan']; $calender_url = @$interview_data->calender_url; $user_timezone_name= @$step_verified_data['user_timezone_name']; if(!empty($user_timezone_name)){ date_default_timezone_set($user_timezone_name); } $ev_timezone = session('user_timezone'); $system_date = date('Y-m-d H:i'); $position_types = @$step_verified_data['position_types']; $user_info = @$step_verified_data['user_info']; $is_booking_email_send = $user_info['is_booking_email_send']; $ms_booking_url_pre_screen = $user_info['ms_booking_url_pre_screen']; $pre_screening_interviewer_admin = $user_info['pre_screening_interviewer_admin']; $english_level = config('common.english_level'); $sponsor_name = $user->portfolio->sponsor_name; $user_status = $user->j1_status_id; $agency_name = @$step_verified_data['agency_name']; $dos_program_category_id = @$user->portfolio->dos_program_category_id; $zoom_url = config('common.zoom_url'); @endphp
Congratulations, your ITN Resume was approved! We are excited about the possibility of collaborating with you.
We would love to schedule an Introductory Call to learn more about your goals and objectives for the J-1 Program in the United States. This is a great opportunity for you to ask any questions and to learn more about our programs, inclusions, costs, and all the details of what we offer.
Please click the button below to choose a time that works best for you:
We look forward to speaking with you soon!
{{ dateformat($interview_data->availability_date, DISPLAY_DATE) }}
{{ dateformat($interview_data->latest_availability_date, DISPLAY_DATE) }}
{{ (!empty($interview_data->english_level)) ? $english_level[$interview_data->english_level]["title"] : "" }}
{{ $interview_data->preferred_program_length }}
@if(!empty($position_types)) @foreach($position_types as $pt) @if($pt->id == $interview_data->preferred_position_1) {{ $pt->position_type_name }} @endif @endforeach @endif