@if(!empty($action) && $action == "viewParticipantEvaluationInfo") @php if(isset($pcType)){ $evalution_type_txt = ($pcType==6)?"Midterm ":"Final "; $participant_type = ($pcType == 6)?"midterm_evaluation":"final_evaluation"; } @endphp @else @php $is_multi_placement = @$step_verified_data['is_multi_placement']; $placement_data = @$step_verified_data['placement_data']; $evalution_type = @$step_verified_data['evalution_type']; $evalution_type_txt = @$step_verified_data['evalution_type_txt']; $participant_compliance_type = @$step_verified_data['participant_compliance_type']; $is_step_success = @$step_verified_data['is_step_success']; @endphp

{{$evalution_type_txt}} Evaluation

@if($is_step_success == 1) @if($is_multi_placement == true)
@foreach($placement_data as $key=>$placed_val) @if(isset($placed_val['mid_participant_evaluation_data'])) @php $activity_id = $placed_val['mid_participant_evaluation_data']['participant_evaluation_id']; $mid_participant_status = $placed_val['mid_participant_evaluation_data']['participant_evaluation_status']; $activity_completed_date = $placed_val['mid_participant_evaluation_data']['activity_completed_date']; @endphp
@if(!empty($activity_id) && $mid_participant_status==1)
Great! You completed the {{$evalution_type_txt}} Evaluation of your {{ __('application_term.employer') }} @if(!empty($activity_completed_date)) on {{ dateformat($activity_completed_date, "M d, Y h:i a") }} @endif
@elseif($mid_participant_status==0)

Complete Your {{$evalution_type_txt}} Evaluation

@if(!empty($placed_val['mid_participant_evaluation_data']['participant_evaluation_mail_text'])) {!! $placed_val['mid_participant_evaluation_data']['participant_evaluation_mail_text'] !!} @endif
@endif
@endif @endforeach
@elseif(isset($placement_data[0]['mid_participant_evaluation_data'])) @php $activity_id = $placement_data[0]['mid_participant_evaluation_data']['participant_evaluation_id']; $mid_participant_status = $placement_data[0]['mid_participant_evaluation_data']['participant_evaluation_status']; $activity_completed_date = $placement_data[0]['mid_participant_evaluation_data']['activity_completed_date']; @endphp @if(!empty($activity_id) && $mid_participant_status==1)
Great! You completed the {{$evalution_type_txt}} Evaluation of your {{ __('application_term.employer') }} @if(!empty($activity_completed_date)) on {{ dateformat($activity_completed_date, "M d, Y h:i a") }} @endif
@elseif($mid_participant_status==0)
@if(!empty($placement_data[0]['mid_participant_evaluation_data']['participant_evaluation_mail_text'])) {!! $placement_data[0]['mid_participant_evaluation_data']['participant_evaluation_mail_text'] !!} @endif
@endif @endif @else

Your Midterm Evaluation details will appear here, as soon as it is available.

@endif
@endif