@php $placement_data = @$step_verified_data['placement_data']; $interview_details = @$step_verified_data['interview_details']; $step_status = @$step_verified_data['step_status']; $is_multi_placement = @$step_verified_data['is_multi_placement']; $is_placement_confirmed = @$step_verified_data['is_placement_confirmed']; $hc_interview_text = @$step_verified_data['hc_interview_text']; $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']; @endphp @include('user.app-status.brandtab')

Search Vacancies

@if($step_status == 1 || $step_status == 2) @if($is_multi_placement == true)
@foreach($placement_data as $item) @php $is_active = (count($placement_data) == $item['pla_order'] && count($placement_data) > 1) ? " active " : ""; $emp_interview_data = @$item['emp_interview_data']; @endphp
@if($item['pla_type'] == 2)
Your placement confirmed with {{ strtolower(__('application_term.employer')) }} {!! $item['emp_name'] !!}.
@else

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.

Your profile is currently reviewed by at least one {{ strtolower(__('application_term.employer')) }}.
@endif
@endforeach @if(count($placement_data) == 1)

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.

@endif
@else @php $emp_interview_data = @$placement_data[0]['emp_interview_data']; @endphp
@if(!empty($placement_data[0]['pla_type']) && $placement_data[0]['pla_type'] == 1)

"{!! @$placement_data[0]['emp_name'] !!}" has secured the following interview with you, @if(empty($emp_interview_data)) Your interview schedule will be arrange shortly.@endif

    @if(!empty($emp_interview_data))
  • Interview Duration: 30 Minutes
  • {{ dateformat($emp_interview_data->dest_datetime,'H:i:a - l, F d, Y') }}
  • {{ get_timezone_label($emp_interview_data->dest_timezone_id) }}
  • @endif
  • {{ __('application_term.position') }}: {!! @$placement_data[0]['pos_name'] !!}
@if(!empty($emp_interview_data->admin_email))

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

@endif @elseif(!empty($placement_data[0]['pla_type']) && $placement_data[0]['pla_type'] == 2)
Congratulations! Your placement is confirmed with {{ __('application_term.employer') }} {!! $placement_data[0]['emp_name'] !!}.
@else

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.

@if (!empty($interview_details) && (!empty($interview_details['decline_description']) || !empty($interview_details['ev_decline_reason']) ))
Host Company Interview Status: {{$interview_details['status_name']}}
@if ($interview_details['hc_interview_status_id'] == 5) Host Company Decline Description: {{$interview_details['decline_description']}} @elseif($interview_details['hc_interview_status_id'] == 6) EV Decline Description: {{$interview_details['ev_decline_reason']}} @endif
@endif @endif
@endif
@if($step_status == 2 && !empty($next_step_key)) @endif
@else

We start searching for available vacancies once you complete the Registration with J1 stage.

@endif