@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']; $sample_itn_agreement = $user_info['sample_itn_agreement']; $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

Schedule Your Introductory Call

@if(empty($interview_data) && empty($is_interview_finished))
@if(!empty($is_booking_email_send))

Your Introductory Call has been successfully scheduled.
Please check your email inbox to retrieve the details of your Introductory Call.

@else

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.

@if(!empty($ms_booking_url_pre_screen))

Please click the button below to choose a time that works best for you:

Book Your Introductory Call @endif Our New Program Opportunities

@if(!empty($sample_itn_agreement))

Download Sample Of ITN Agreement

@endif

We look forward to speaking with you soon!

@endif
@elseif(!empty($interview_data)) @if(empty($is_interview_finished)) @if((strtotime($system_date) > strtotime($interview_data->dest_datetime))) @if(!empty($interview_data->interview_confirmed_user))

Thank you for attending the interview with our service representative. We will update you shortly with the next step of your program.

@else @if($user_info['partner'] == 50 && in_array($dos_program_category_id,[1,2]))

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:

Book Your Introductory Call Our New Program Opportunities

@if(!empty($sample_itn_agreement))

Download Sample Of ITN Agreement

@endif

We look forward to speaking with you soon!

@if(!empty($ms_booking_url_pre_screen) && empty($user_info['introductory_call_date'])) @endif @if($user_info['introductory_call_date'] != '0000-00-00' && $user_info['introductory_call_date'] != '')

Introductory Call Date

{{ dateformat($user_info['introductory_call_date'], DISPLAY_DATETIME) }}

@endif

@else
Time out for your first interview confirmation. Again, One of our Service Representative will contact you shortly with the schedule of your introductory call.
@endif @endif @else
@if(empty($interview_data->interview_confirmed_user)) @if($user_info['partner'] == 50 && in_array($dos_program_category_id,[1,2]) && !empty($is_booking_email_send))

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:

Book Your Introductory Call Our New Program Opportunities

@if(!empty($sample_itn_agreement))

Download Sample Of ITN Agreement

@endif

We look forward to speaking with you soon!

@if(!empty($ms_booking_url_pre_screen) && empty($user_info['introductory_call_date'])) @endif @if($user_info['introductory_call_date'] != '0000-00-00' && $user_info['introductory_call_date'] != '')

Introductory Call Date

{{ dateformat($user_info['introductory_call_date'], DISPLAY_DATETIME) }}

@endif

@else

We are please to confirm your interview with an @if(!empty($agency_name)) {{$agency_name}} @endif representative below. Please review and confirm your availability.


Interview Scheduled on: {{ dateformat($interview_data->dest_datetime, DISPLAY_DATETIME) }}
Time Zone: {{ get_timezone_label($interview_data->dest_timezone_id) }}

@if($interview_data->is_reminder_sent == 1 || !empty($interview_data->notification_sent_on)) @php if(!empty($interview_data->ev_alternate_datetime)){ $ev_alternate_datetime = date("Y-m-d", strtotime($interview_data->ev_alternate_datetime)); $date_interview_admin = date("Y-m-d", strtotime($interview_data->date_interview_admin)); } else{ $ev_alternate_datetime = ""; $date_interview_admin = ""; } if($ev_alternate_datetime != $date_interview_admin || ($ev_alternate_datetime =="" || $date_interview_admin == "")) { @endphp

Please confirm that you will be able to attend this meeting:

@php } @endphp

Please submit your reason and alternate date

All fields with star (*) are required

{{$admin_timezone_label}}

@endif @endif @elseif($interview_data->interview_confirmed_user==1 && $interview_data->interview_confirmed_admin == 1)

Please review your confirmed interview time with {{$interview_data->interviewer}}.

Interview Scheduled on: {{ dateformat($interview_data->dest_datetime, DISPLAY_DATETIME) }}
Time Zone: {{ get_timezone_label($interview_data->dest_timezone_id) }}
You can convert time here: www.timezoneconverter.com

You will be interviewing with the following ITN representative:
- Name: {{$interview_data->interviewer}}
@if(!empty(@$interview_data->interviewer_title)) - Title: {{@$interview_data->interviewer_title}} @endif

Your interview will take place on Zoom. Please make sure you have installed Zoom on your computer or phone (www.zoom.us/download).

Following details you need join zoom meeting.
Join from PC, Mac, Linux, iOS or Android:
{{$interview_data->join_url}}
- This link should not be shared with others; it is unique to you.

Meeting ID: {{$interview_data->meeting_id}}
Password: {{$interview_data->meeting_password}}

Click to add this meeting to your OUTLOOK calendar.

Note: You can join the ZOOM meeting up to 10 minutes before the meeting start time.

@elseif($interview_data->interview_confirmed_user == 1 && $interview_data->interview_confirmed_admin != 1)

We have recorded the scheduled meeting confirmation detail.
If you need to update your scheduled meeting, please contact your {{ config('common.portal') }} administrator to inform him/her about this change.

We are pleased to send you the schedule and details for your interview with {{$interview_data->interviewer}}.
Interview Scheduled on: {{ dateformat($interview_data->dest_datetime,'l M d, Y \a\t h:i A') }}
Time Zone: {{ get_timezone_label($interview_data->dest_timezone_id) }}
You can convert time here: www.timezoneconverter.com

You will be interviewing with the following ITN representative:
- Name: {{$interview_data->interviewer}}
@if(!empty(@$interview_data->interviewer_title)) - Title: {{@$interview_data->interviewer_title}} @endif

Your interview will be conduct on zoom meeting, Please make sure you have install zoom software in your computer or zoom app on your mobile.

@elseif(empty($interview_data->interview_confirmed_user) && $user_info['partner'] == 50 && in_array($dos_program_category_id,[1,2]) && !empty($is_booking_email_send))

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:

Book Your Introductory Call Our New Program Opportunities

@if(!empty($sample_itn_agreement))

Download Sample Of ITN Agreement

@endif

We look forward to speaking with you soon!

@if(!empty($ms_booking_url_pre_screen) && empty($user_info['introductory_call_date'])) @endif @if($user_info['introductory_call_date'] != '0000-00-00' && $user_info['introductory_call_date'] != '')

Introductory Call Date

{{ dateformat($user_info['introductory_call_date'], DISPLAY_DATETIME) }}

@endif

@endif
@if(!empty($interview_data->contact_email) && empty($is_interview_finished))

Please contact responsible person, if you are not able to attend the interview ({{ @$interview_data->contact_email }})

@endif @endif @elseif(!empty($is_interview_finished) && @$interview_data->is_eligible == 1 && @$user_status != 5001)
Congratulations! Your J-1 Visa Eligibility has been confirmed by your US Experience Expert.
Program Availability

{{ dateformat(@$interview_data->availability_date, DISPLAY_DATE) }}

@if(@$interview_data->dos_program_category == 3 && @$interview_data->latest_availability_date != '0000-00-00' && @$interview_data->latest_availability_date != '')
@if(@$interview_data->dos_program_category == 3) Availability Date Up to @else Latest Availability Date @endif

{{ dateformat(@$interview_data->latest_availability_date, DISPLAY_DATE) }}

@endif
English Evaluation

{{ (!empty(@$interview_data->english_level)) ? $english_level[@$interview_data->english_level]["title"] : "" }}

Program Length

{{ @$interview_data->preferred_program_length }}

Program Preference

@if(!empty($position_types)) @foreach($position_types as $pt) @if($pt->id == @$interview_data->preferred_position_1) {{ $pt->position_type_name }} @endif @endforeach @endif

@elseif(!empty($is_interview_finished) && (@$interview_data->is_eligible == 2 || @$user_status == 5001))

Thank you for your interest in our J-1 Intern & Trainee Programs in the United States.

After reviewing your details during the Introductory Call, we regret to inform you that you are currently not eligible to participate in one of our programs.

We truly appreciate the time you took to connect with us and wish you every success in your future endeavours. We would be happy to support you in the future should you become eligible for one of our programs. You may review the eligibility criteria here:

Check Eligibility Criteria

@endif @endif