@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@csrf
select_status) and $intervier_stage_details->select_status == 1) checked @endif > select_status) and $intervier_stage_details->select_status == 3) checked @endif > select_status) and $intervier_stage_details->select_status == 2) checked @endif >
@csrf

@if($remark_count > 0) @endif $details->id])}}"> View Details
@foreach($remarks as $pr) @php if(isset($pr->getInterviewerRemarks)){ $r = $pr->getInterviewerRemarks; }else{ $r = $pr; } $count = $r->getJobSeekerIntervirewerRemarkByHead()->where("job_seeker_id" , $details->id)->count(); $job_seeker_rating = ""; $job_seeker_description = ""; foreach ($job_seekers_remarks as $j){ if ($j->master_interview_remark_id == $r->id){ $job_seeker_rating = $j->rating; $job_seeker_description = $j->description; break; } } $bg_color = ""; $status = false; if (isset($remark_count) and $remark_count > 0 and $count <=0 ){ $bg_color = "#d6d6d6"; $status = true; } @endphp @endforeach
Non Acceptable Sno. Remark Heads Rating Description
@if($status) @else @endif {{$loop->iteration}} {{$r->remark_nam}} ({{$r->rating}}) @if($status) @else
@endif
@if($status) @else @endif
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection