@php $lead_data = @$step_verified_data['lead_data']; $booked_data = @$step_verified_data['booked_data']; $dos_program_category_id = $portfolio->dos_program_category_id; $pay_rate_basis = config('common.pay_rate_basis'); $chk_agency = (!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) ? 'hide' : '' ; $is_multi_placement = @$step_verified_data['is_multi_placement']; @endphp
This step is disable until user will reach to step.
@else @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) @if($is_multi_placement == true)Thank you for attending the interview with {{ __('application_term.employer') }}. We will update you shortly with the next step of your program.
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'],DISPLAY_DATETIME) }}
Time Zone: {{ get_timezone_label($emp_interview_data['dest_timezone_id']) }}
EV 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']) }}
EV will be interviewing with the following ITN representative:
- Name: {{$emp_interview_data['interviewer']}}
- Title: {{$emp_interview_data['interviewer_title']}}
Meeting ID: {{$emp_interview_data['meeting_id']}}
Password: {{$emp_interview_data['meeting_password']}}
We have recorded the scheduled meeting confirmation detail.
EV has 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']) }}
EV will be interviewing with the following ITN representative:
- Name: {{$emp_interview_data['interviewer']}}
- Title: {{$emp_interview_data['interviewer_title']}}
We are currently searching for a suitable {{ strtolower(__('application_term.position')) }} for your @if($portfolio->program_id) {{ @$portfolio->program->program_name }} @endif program. This step can take some time so please be patient, you will receive an update on your email.
Thank you for attending the interview with {{ __('application_term.employer') }}. We will update you shortly with the next step of your program.
Please see the details of your interview below.
Host Company Name: {!! @$booked_data[0]['emp_name'] !!}
@if ($dos_program_category_id != 3)
Position Name: {!! @$booked_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']) }}
EV have been selected for an interview! Please see the details of your interview below.
Host Company Name: {!! @$booked_data[0]['emp_name'] !!}
@if ($dos_program_category_id != 3)
Position Name: {!! @$booked_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']) }}
EV will be interviewing with the following ITN representative:
- Name: {{$emp_interview_data['interviewer']}}
- Title: {{$emp_interview_data['interviewer_title']}}
Meeting ID: {{$emp_interview_data['meeting_id']}}
Password: {{$emp_interview_data['meeting_password']}}
We have recorded the scheduled meeting confirmation detail.
EV has been selected for an interview! Please see the details of your interview below.
Host Company Name: {!! @$booked_data[0]['emp_name'] !!}
@if ($dos_program_category_id != 3)
Position Name: {!! @$booked_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']) }}
EV will be interviewing with the following ITN representative:
- Name: {{$emp_interview_data['interviewer']}}
- Title: {{$emp_interview_data['interviewer_title']}}
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') }}.
Please contact responsible person, if you are not able to attend the interview ({{ $emp_interview_data->contact_email }})
@endif @elsePlease add the positions for this candidate.
@endif @if(!empty($booked_data) && count($booked_data)>0) @elseBooked Position can not be added for this candidate because candidate already placed.
@endif @endif @endif