@extends('admin.layout.master') @section('home')

Performance Appraisal Form

@foreach ($criteriaGrouptiles as $key => $criteriaGrouptile) @php $ctr = $selected_criteria ->where('criteriagroup_title_id', $criteriaGrouptile->id) ->pluck('criteria_id') ->toArray(); @endphp @foreach ($criteriaGrouptile->criteria as $key => $criterias) @endforeach @endforeach
Group Title P.C
{{ $criteriaGrouptile->name }}

{{ $criterias->name }}

id, $ctr) ? 'checked' : '' }} />
@endsection