@php $is_multi_placement = @$step_verified_data['is_multi_placement']; $step_status = @$step_verified_data['step_status']; $placement_data = @$step_verified_data['placement_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']; $hc_timezone_label = @$step_verified_data['hc_timezone_label']; $dos_program_category_id = @$user->portfolio->dos_program_category_id; $zoom_url = config('common.zoom_url'); if(config("common.portal") == "ODC"){ $company_name = config("common.portal"); }elseif(config("common.portal") == "ITN"){ $company_name = config("common.portal"); }else{ $company_name = config("app.name"); } @endphp @include('user.app-status.brandtab')
@if(!empty(@$placement_data[0]['emp_interview_data']))

INTERVIEW CONFIRMATION

@else

BOOKING FOR INTERVIEW

@endif @if($step_status == 1 || $step_status == 2) @if($is_multi_placement == true)
@foreach($placement_data as $item) @php $is_active = $item['is_active_class']; $emp_interview_data = @$item['emp_interview_data']; if(!empty($emp_interview_data) && !empty($emp_interview_data->admin_timezone_name)){ date_default_timezone_set($emp_interview_data->admin_timezone_name); } $system_date = date('Y-m-d h:i'); @endphp
@if(!empty($emp_interview_data)) @if(strtotime($system_date) > strtotime($emp_interview_data->dest_datetime))

Thank you for attending the interview with {{ __('application_term.employer') }}. We will update you shortly with the next step of your program.

@else @if(empty($emp_interview_data->interview_confirmed_user))

You have been selected for an interview! Please see the details of your interview below.

Host Company Name: {!! @$item['emp_name'] !!}
@if ($dos_program_category_id != 3) Position Name: {!! @$item['pos_name'] !!}
@endif Interview Date/Time: {{ dateformat($emp_interview_data->dest_datetime,'l M d, Y \a\t h:i A') }}
Time Zone: {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}

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

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

@endif @php } @endphp

Please submit your reason and alternate date

All fields with star (*) are required
@else @if($emp_interview_data->interview_confirmed_user == 1 && $emp_interview_data->interview_confirmed_emp == 1)

You have been selected for an interview! Please see the details of your interview below.
Host Company Name: {!! @$item['emp_name'] !!}
@if ($dos_program_category_id != 3) Position Name: {!! @$item['pos_name'] !!}
@endif Interview date/Time: {{ dateformat($emp_interview_data->dest_datetime,'l M d, Y \a\t h:i A') }}
Time Zone: {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}
You can convert time here: www.timezoneconverter.com

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

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

You can use the following Zoom login details to access your interview at your assigned time.
Join from PC, Mac, Linux, iOS or Android:
{{$emp_interview_data->join_url}}
- This link should not be shared with others; it is unique to you.

Meeting ID: {{$emp_interview_data->meeting_id}}
Password: {{$emp_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.
Please contact on ZoomMeetingSupport@odcinternational.com if you experience any issue with the ZOOM interview process.

@elseif($emp_interview_data->interview_confirmed_user == 1 && $emp_interview_data->interview_confirmed_emp != 1)

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

You have been selected for an interview! Please see the details of your interview below.
Host Company Name: {!! @$item['emp_name'] !!}
@if ($dos_program_category_id != 3) Position Name: {!! @$item['pos_name'] !!}
@endif Interview Date/Time: {{ dateformat($emp_interview_data->dest_datetime,'l M d, Y \a\t h:i A') }}
Time Zone: {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}
You can convert time here: www.timezoneconverter.com

You will be interviewing with the following ITN representative:
- Name: {{$emp_interview_data->interviewer}}
- Title: {{$emp_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.

@endif @endif @endif @else

A {{ __('application_term.employer') }} has shown interest in your resume and would like to book you for an interview.
- "Booking for Interview" doesn't mean you have secured a training position yet, you will need to pass the interview and demonstrate to the {{ __('application_term.employer') }} why you are the right person for the {{ __('application_term.position') }}.

  • {{ __('application_term.employer') }}: {!! $item['emp_name'] !!}
  • {{ __('application_term.position') }}: {!! $item['pos_name'] !!}
@endif @if(!empty($emp_interview_data->contact_email))

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

@endif
@endforeach
@else @php $emp_interview_data = @$placement_data[0]['emp_interview_data']; if(!empty($emp_interview_data) && !empty($emp_interview_data->admin_timezone_name)){ date_default_timezone_set($emp_interview_data->admin_timezone_name); } $system_date = date('Y-m-d h:i'); @endphp
@if(!empty($emp_interview_data)) @if(strtotime($system_date) > strtotime($emp_interview_data->dest_datetime))

Thank you for attending the interview with {{ __('application_term.employer') }}. We will update you shortly with the next step of your program.

@else @if(empty($emp_interview_data->interview_confirmed_user))

You have been selected for an interview! Please see the details of your interview below.

Host Company Name: {!! @$placement_data[0]['emp_name'] !!}
@if ($dos_program_category_id != 3) Position Name: {!! @$placement_data[0]['pos_name'] !!}
@endif Interview Date/Time: {{ dateformat($emp_interview_data->dest_datetime,DISPLAY_DATETIME) }}
Time Zone: {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}

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

Please confirm you will be available to attend this interview:

@endif @php } @endphp

Please submit your reason and alternate date

All fields with star (*) are required

{{$hc_timezone_label}}

@else @if($emp_interview_data->interview_confirmed_user == 1 && $emp_interview_data->interview_confirmed_emp == 1)

You have been selected for an interview! Please see the details of your interview below.
Host Company Name: {!! @$placement_data[0]['emp_name'] !!}
@if ($dos_program_category_id != 3) Position Name: {!! @$placement_data[0]['pos_name'] !!}
@endif Interview Date/Time: {{ dateformat($emp_interview_data->dest_datetime,'l M d, Y \a\t h:i A') }}
Time Zone: {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}
You can convert time here: www.timezoneconverter.com

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

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

You can use the following Zoom login details to access your interview at your assigned time.
Join from PC, Mac, Linux, iOS or Android:
{{$emp_interview_data->join_url}}
- This link should not be shared with others; it is unique to you.

Meeting ID: {{$emp_interview_data->meeting_id}}
Password: {{$emp_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.
Please contact on ZoomMeetingSupport@odcinternational.com if you experience any issue with the ZOOM interview process.

@elseif($emp_interview_data->interview_confirmed_user == 1 && $emp_interview_data->interview_confirmed_emp != 1)

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

You have been selected for an interview! Please see the details of your interview below.
Host Company Name: {!! @$placement_data[0]['emp_name'] !!}
@if ($dos_program_category_id != 3) Position Name: {!! @$placement_data[0]['pos_name'] !!}
@endif Interview Date/Time: {{ dateformat($emp_interview_data->dest_datetime,'l M d, Y \a\t h:i A') }}
Time Zone: {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}
You can convert time here: www.timezoneconverter.com

You will be interviewing with the following ITN representative:
- Name: {{$emp_interview_data->interviewer}}
- Title: {{$emp_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.

@endif @endif @endif @else

A {{ __('application_term.employer') }} has shown interest in your resume and would like to book you for an interview.
- "Booking for Interview" doesn't mean you have secured a training position yet, you will need to pass the interview and demonstrate to the {{ __('application_term.employer') }} why you are the right person for the {{ __('application_term.position') }}.

  • {{ __('application_term.employer') }}: {!! @$placement_data[0]['emp_name'] !!}
  • {{ __('application_term.position') }}: {!! @$placement_data[0]['pos_name'] !!}
@endif @if(!empty($emp_interview_data->contact_email))

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

@endif
@endif
@if(!empty($emp_interview_data->dest_datetime) && strtotime($system_date) > strtotime($emp_interview_data->dest_datetime)) @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