@php $interview_data = @$step_verified_data['interview_data']; $agency_name = @$step_verified_data['agency_name']; $is_interview_finished = @$step_verified_data['is_interview_finished']; $position_types = @$step_verified_data['position_types']; $user_portfolio = @$step_verified_data['user_portfolio']; $j1_status_id = @$step_verified_data['j1_status_id']; $program_length = config('common.program_length'); $english_level = config('common.english_level'); $registration_fee = config('common.registration_fee'); @endphp

Interview

The purpose of our pre-screening interview is to evaluate your English level and gather additional information regarding your application.

@if(empty($step_status))

This step is disable until user will reach to step.

@else @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) @if(empty($is_interview_finished)) @if(empty($interview_data->interview_confirmed_user))

EV's Pre-screening interview is scheduled with agency: @if(!empty($agency_name)) {{$agency_name}} @endif.


{{ dateformat($interview_data->dest_datetime, DISPLAY_DATETIME) }}
{{ get_timezone_label($interview_data->dest_timezone_id) }}

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

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

Following is the zoom meeting details.
Meeting ID: {{$interview_data->meeting_id}}
Password: {{$interview_data->meeting_password}}

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

We have recorded the scheduled meeting confirmation detail from EV.

We are pleased to show you the schedule and details for 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) }}

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

@endif @elseif(!empty($is_interview_finished) && @$interview_data->is_eligible == 1 && @$j1_status_id != 5001)

Congratulations! EV's eligibility has been confirmed by our Service Representative.

Graduation Date

{{ dateformat($interview_data->graduation_date, DISPLAY_DATE) }}

@if($interview_data->dos_program_category == 3) Availability Date From @else Availability Date @endif

{{ 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 Level

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

@if($interview_data->dos_program_category != 3)
Program Length

{{ $interview_data->preferred_program_length }}

Training Position 1

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

Training Position 2

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

@endif
@elseif(!empty($is_interview_finished) && (@$interview_data->is_eligible == 2 || @$j1_status_id == 5001)) @if($interview_data->dos_program_category == 3)

Thank you for your interest in Odyssey Camp J1 Camp Counselor program. We regret to inform you that, based on our eligibility criteria, you are not currently eligible for participation in the program. We appreciate your time and interest and encourage you to explore other opportunities that align with your goals and qualifications.

@else

Sorry! It appears that you are Not Eligible for our Exchange Visitor program. Please contact us to get more details on the eligibility requirements.

@endif @endif @else
@if($is_step_success==2 && !empty($interview_data))

Admin Detail

Interview DateTime

{{ (strtotime($interview_data->date_interview_admin) > 0)?dateformat($interview_data->date_interview_admin, DISPLAY_DATETIME):'N/A' }}

Interview Timezone

{{ !empty($interview_data->admin_timezone_name)?$interview_data->admin_timezone_name:'N/A' }}


User Detail

Interview DateTime

{{ (strtotime($interview_data->date_interview_user) > 0)? dateformat($interview_data->date_interview_user, DISPLAY_DATETIME):'N/A' }}

Interview Timezone

{{ !empty($interview_data->user_timezone_name)?$interview_data->admin_timezone_name:'N/A' }}

Interview Scheduled By

{{ (!empty($interview_data->interview_schedule_admin->first_name))?$interview_data->interview_schedule_admin->first_name:'' }} {{ (!empty($interview_data->interview_schedule_admin->last_name))?$interview_data->interview_schedule_admin->last_name:'' }}

Graduation Date

{{ dateformat($interview_data->graduation_date, DISPLAY_DATE) }}

Availability Date

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

Availability Type

@if($interview_data->availability_type==1) Flexible @elseif($interview_data->availability_type==2) Mandatory @elseif($interview_data->availability_type==3) No later than @endif

Program Length

{{ $interview_data->preferred_program_length }}

Training Position 1

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

Training Position 2

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

English Level

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

Has Passport

{{ ($interview_data->has_passport==1)?'Yes':'No' }}

Previous US Visas

{{ ($interview_data->previous_us_visas==1)?'Yes':'No' }}

Registration Fee Status

{{ ($interview_data->reg_fee_status==1)?"($.$registration_fee) - Invoice":"($.$registration_fee) - Postpone" }}

Interviewed By

{{ (!empty($interview_data->interviewed_admin->first_name))?$interview_data->interviewed_admin->first_name:'' }} {{ (!empty($interview_data->interviewed_admin->last_name))?$interview_data->interviewed_admin->last_name:'' }}

Interview Status

@if($interview_data->interview_status==1) Interview Scheduled @elseif($interview_data->interview_status==2) Interview Finished @else Pending To Review @endif

Interview Date

{{ dateformat($interview_data->interview_date, DISPLAY_DATE) }}

Interview Additonal Info

{{ $interview_data->interview_additonal_info }}

Eligiblility Status

@if($interview_data->interview_status==1) Eligible @elseif($interview_data->interview_status==2) Not Eligible @endif

@else
@if(!empty($interview_data->ev_reject_reason) && $interview_data->interview_confirmed_user == 2) @php $ev_reject_reason = $interview_data->ev_reject_reason; $ev_alternate_datetime = dateformat($interview_data->ev_alternate_datetime,DISPLAY_DATETIME); @endphp
{{ !empty($ev_reject_reason)?ucfirst(trans($ev_reject_reason)):'' }}
@endif
{{ csrf_field() }}
@if ($errors->has('timezone')){{ $errors->first('timezone') }}@endif
@php $interview_date = ""; if(!empty($interview_data->date_interview_admin)){ $interview_date = dateformat($interview_data->date_interview_admin,DATEPICKER_DATETIME); } @endphp @if(!empty($ev_alternate_datetime)) {{ !empty($ev_alternate_datetime)?$ev_alternate_datetime:'' }} @endif
@if($is_step_success==1)
{{ csrf_field() }}
@if ($errors->has('program_type')){{ $errors->first('program_type') }}@endif
@if ($errors->has('field_studied')){{ $errors->first('field_studied') }}@endif
@if ($errors->has('date_of_graduation')){{ $errors->first('date_of_graduation') }}@endif
@if ($errors->has('gender')){{ $errors->first('gender') }}@endif
@if ($errors->has('date_of_availibility')){{ $errors->first('date_of_availibility') }}@endif
@if ($errors->has('program_length')){{ $errors->first('program_length') }}@endif
@if ($errors->has('preferred_position_type_1')){{ $errors->first('preferred_position_type_1') }}@endif
@if ($errors->has('preferred_position_type_2')){{ $errors->first('preferred_position_type_2') }}@endif
@if ($errors->has('english_level')){{ $errors->first('english_level') }}@endif
@if ($errors->has('has_passport')){{ $errors->first('has_passport') }}@endif
@if ($errors->has('prev_j1_visa')){{ $errors->first('prev_j1_visa') }}@endif
@if ($errors->has('registration_fee_status')){{ $errors->first('registration_fee_status') }}@endif
@if ($errors->has('interview_additonal_info')){{ $errors->first('interview_additonal_info') }}@endif
@endif @endif
@endif @endif