@php $lead_data = @$step_verified_data['lead_data']; $interview_details = @$step_verified_data['interview_details']; $emp_interview_data = @$step_verified_data['emp_interview_data']; $user_name = @$step_verified_data['user_name']; $placed_data = @$step_verified_data['placed_data']; $program_enroll = @$step_verified_data['program_enroll']; $is_route66 = @$step_verified_data['is_route66']; $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

Searching Position

@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($is_multi_placement == true)
@if(!empty($placed_data)) @foreach($placed_data as $item) @php $is_active = (count($placed_data) == $item['pla_order'] && count($placed_data) > 1) ? " active " : ""; $emp_interview_data = @$item['emp_interview_data']; @endphp
@if($item['pla_type'] == 2)
Congratulations! placement is confirmed with {{ __('application_term.employer') }} {!! $item['emp_name'] !!}.
@elseif($item['pla_type'] == 1)

"{!! $item['emp_name'] !!}" is reviewing EV's profile,@if(empty($emp_interview_data)) Interview will be arrange shortly.@endif

@if(!empty($emp_interview_data))
  • Interview Duration: 30 Minutes
  • {{ dateformat($emp_interview_data['dest_datetime'],'l M d, Y \a\t h:i A') }}
  • {{ get_timezone_label($emp_interview_data['dest_timezone_id']) }}
  • @if($portfolio->dos_program_category_id != 3)
  • {{ __('application_term.position') }}: {!! $item['pos_name'] !!}
  • @endif
@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 @endif @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 @endif @if(!empty($placed_data)) @if(count($placed_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 @endif
@else @if(!empty($placed_data) && $placed_data[0]['pla_type'] == 1)

"{!! $placed_data[0]['emp_name'] !!}" is reviewing EV's profile,@if(empty($emp_interview_data)) Interview will be arrange shortly.@endif

@if(!empty($emp_interview_data))
  • Interview Duration: 30 Minutes
  • {{ dateformat($emp_interview_data['dest_datetime'],'l M d, Y \a\t h:i A') }}
  • {{ get_timezone_label($emp_interview_data['dest_timezone_id']) }}
  • @if($portfolio->dos_program_category_id != 3)
  • {{ __('application_term.position') }}: {!! $placed_data[0]['pos_name'] !!}
  • @endif
@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 @endif @elseif(!empty($placed_data[0]['pla_type']) && $placed_data[0]['pla_type'] == 2)
Congratulations! placement is confirmed with {{ __('application_term.employer') }} {!! $placed_data[0]['emp_name'] !!}.
@else

We are currently searching for a suitable {{ strtolower(__('application_term.position')) }} for @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 @else @if(!empty($placed_data)) @if(count($placed_data) >= 2 ||(empty($program_enroll) && count($placed_data) == 1) || (empty($is_route66) && count($placed_data) >= 2))

Lead can not be added for this candidate because candidate already placed.

@else
@if(count($lead_data) == 0 && check_route_access('add.lead')) @endif @if(!empty($lead_data) && count($lead_data) > 0)
@if(count($lead_data) < 3 && check_route_access('add.lead')) @endif

@if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) @if(!empty($lead_data['lead_pos_name2'])) @endif @if(!empty($lead_data['lead_pos_name3'])) @endif @else @foreach($lead_data as $ld) @endforeach @endif
Portfolio Number Position Name Host Company Start Date End Date Action
{{$portfolio->portfolio_number}} {{$lead_data['lead_pos_name1']}} {{$lead_data['lead_emp_name1']}} {{dateformat($lead_data['start_date1'],DISPLAY_DATE)}} {{dateformat($lead_data['end_date1'],DISPLAY_DATE)}} -
{{$portfolio->portfolio_number}} {{$lead_data['lead_pos_name2']}} {{$lead_data['lead_emp_name2']}} {{dateformat($lead_data['start_date2'],DISPLAY_DATE)}} {{dateformat($lead_data['end_date2'],DISPLAY_DATE)}} -
{{$portfolio->portfolio_number}} {{$lead_data['lead_pos_name3']}} {{$lead_data['lead_emp_name3']}} {{dateformat($lead_data['start_date3'],DISPLAY_DATE)}} {{dateformat($lead_data['end_date3'],DISPLAY_DATE)}} -
{{$portfolio->portfolio_number}} {{$ld->position->pos_name}} {{$ld->hostCompany->hc_name}} {{dateformat($ld->position->start_date,DISPLAY_DATE)}} {{dateformat($ld->position->end_date,DISPLAY_DATE)}}
@endif
@endif @endif @endif @endif