@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']; $brand_agency = @$step_verified_data['brand_agency']; $agency_logo_url = @$step_verified_data['agency_logo_url']; $agency_bg_color = @$step_verified_data['agency_bg_color']; $agency_logo_class = @$step_verified_data['agency_logo_class']; @endphp @include('user.app-status.brandtab')

{{$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