@php $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']; $final_participant_evaluation_data = @$step_verified_data['final_participant_evaluation_data']; $is_step_success = @$step_verified_data['is_step_success']; if(!empty($final_participant_evaluation_data)){ $activity_id = $final_participant_evaluation_data['participant_evaluation_id']; $participant_evaluation_status = $final_participant_evaluation_data['participant_evaluation_status']; $activity_completed_date = $final_participant_evaluation_data['activity_completed_date']; } @endphp

{{$evalution_type_txt}} Evaluation

@if($is_step_success == 1) @if(!empty($activity_id) && $participant_evaluation_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($participant_evaluation_status==0)

Complete Your {{$evalution_type_txt}} Evaluation

@if(!empty($final_participant_evaluation_data['participant_evaluation_mail_text'])) {!! $final_participant_evaluation_data['participant_evaluation_mail_text'] !!} @endif
@endif @if(!empty($final_participant_evaluation_data['letter_download_link']))

{!! $final_participant_evaluation_data['letter_of_completion_text'] !!} @if(array_key_exists('letter_download_code', $final_participant_evaluation_data)) @php $dcode = encrypt([ 'dcode' => $final_participant_evaluation_data['letter_download_code'], 'doc_filename' => $final_participant_evaluation_data['document_filename'] ]); @endphp HERE @else HERE. @endif

@endif @else

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

@endif