@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
Portfolio Number
Position Name
Host Company
Start Date
End Date
Action
@if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync())
{{$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)}}
-
@if(!empty($lead_data['lead_pos_name2']))
{{$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)}}
-
@endif
@if(!empty($lead_data['lead_pos_name3']))
{{$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)}}
-
@endif
@else
@foreach($lead_data as $ld)
{{$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)}}
@endforeach
@endif
@endif
@endif
@endif
@endif
@endif