@php $step_status = @$step_verified_data['step_status']; $placement_data = @$step_verified_data['english_interview_data']; $is_placement_confirmed = @$step_verified_data['is_placement_confirmed']; $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']; $disabled_date_slots = @$step_verified_data['disabled_date_slots']; $english_level = config('common.english_level'); @endphp @include('user.app-status.brandtab')

English Interview

@if($step_status == 1 || $step_status == 2) @php $english_interview_data = !empty($placement_data[0]) ? $placement_data[0] : []; $is_interview_finished = 0; if(!empty($english_interview_data) && !empty($english_interview_data->admin_timezone_name)){ date_default_timezone_set($english_interview_data->admin_timezone_name); if($english_interview_data->result==1){ $is_interview_finished = 1; } $var = $english_interview_data->english_level; $var = (int)$var; } $system_date = date('Y-m-d h:i'); @endphp
@if(!empty($english_interview_data)) @if(!empty($english_interview_data->result) && $english_interview_data->status != 255) @if($english_interview_data->result == 1)

Congratulations! Your English level has been confirmed by our Service Representative.

Interviewer Admin

{{ $english_interview_data->interviewer }}

English Verification Date/Time
@if(isset($english_interview_data->dest_datetime))

{{ dateformat($english_interview_data->dest_datetime, DISPLAY_DATE) }}

@endif
English Level

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

Interviewer Admin

Pass

Interviewer By

@if($english_interview_data->interview_flag == 1) Zoom @elseif($english_interview_data->interview_flag == 2) Manual @endif

@elseif ($english_interview_data->result == 2 && $english_interview_data->is_locked == 0)

Unfortunately, based on our conversation, we did not feel that you adequately demonstrated a sufficient level of English to participate in Odyssey’s exchange programs.

We will give you another opportunity to interview with a different Odyssey staff member, please check your email as a new interview will be scheduled in the next few days to evaluate your English level..

@elseif ($english_interview_data->result == 2 && $english_interview_data->is_locked == 1)

Unfortunately, after two interviews, Odyssey advisors have decided that your English skills are not adequate to participate and follow a supervisor’s instructions during an Exchange Visitor Program.

@endif @else @if(empty($english_interview_data->interview_confirmed_user))

We are pleased to inform you the schedule for your interview with {!! @$english_interview_data->interviewer !!}.

@if(isset($english_interview_data->dest_datetime) && isset($english_interview_data->dest_timezone_id)) Interview Scheduled on: {{ dateformat($english_interview_data->dest_datetime,DISPLAY_DATETIME) }}
Time Zone: {{ get_timezone_label($english_interview_data->dest_timezone_id) }} @endif

@if($english_interview_data->english_interview_zoom_api_status == 1) @php if(!empty($english_interview_data->ev_alternate_datetime)){ $ev_alternate_datetime = date("Y-m-d H:i:s", strtotime($english_interview_data->ev_alternate_datetime)); $date_interview_admin = date("Y-m-d H:i:s", strtotime($english_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 == "") && $english_interview_data->interview_flag == 1) { @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

{{@$english_interview_data->admin_timezone_label}}

@endif @else @if($english_interview_data->interview_confirmed_user == 1)

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

You will be interviewing with the following ITN representative:
- Name: {{$english_interview_data->interviewer}}
- Title: {{$english_interview_data->interviewer_title}}

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.

@if(!empty($english_interview_data->meeting_id) && !empty($english_interview_data->meeting_password))

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

Meeting ID: {{$english_interview_data->meeting_id}}
Password: {{$english_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.

@endif @elseif($english_interview_data->interview_confirmed_user == 2)

We have already recorded the scheduled meeting confirmation detail.
If you need to update your scheduled meeting, please contact your IMIX administrator to inform him/her about this change.

@endif @endif @endif @else

you will see the details of your interview on here.

@endif @if(!empty($english_interview_data->contact_email))

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

@endif
@if(!empty($next_step_key) && !empty($is_interview_finished)) @endif
@else

Some Host Companies are reviewing your profile, we will inform you here as soon as one Host Company is requesting an interview with you.

@endif