@if(!empty($action) && $action == "viewSupervisorEvaluationInfo") @php if(isset($pcType)){ $evalution_type_txt = ($pcType==5)?"Midterm ":"Final "; } @endphp
@else @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']; $is_multi_placement = @$step_verified_data['is_multi_placement']; $placement_data = @$step_verified_data['placement_data']; $is_step_success = @$step_verified_data['is_step_success']; @endphp@if(!empty($activity_completed_date)) Completed by Supervisor on {{ dateformat($activity_completed_date, "M d, Y h:i a") }}@endif
@if(!empty($cand_review_date)) Reviewed by You on {{ dateformat($cand_review_date, "M d, Y h:i a") }}@endif
@if(!empty($activity_completed_date)) Completed by Supervisor on {{ dateformat($activity_completed_date, "M d, Y h:i a") }}@endif
@if(!empty($cand_review_date)) Reviewed by You on {{ dateformat($cand_review_date, "M d, Y h:i a") }}@endif
Your Midterm Supervisor Evaluation details will appear here, as soon as it is available.
@endif