@extends('layouts.app') @section('title','Performance Evaluation') @section('page-title','Performance Evaluation') @section('content')
@csrf
Evaluation Details
Performance Criteria Total: 0
@foreach($criteria->groupBy('category') as $category => $items)
{{ $category }}
@foreach($items as $c)
0 / {{ $c->max_score }}
id}", 0) }}" data-max="{{ $c->max_score }}" data-id="{{ $c->id }}" oninput="updateScore(this)"> id}") }}">
@endforeach
@endforeach
Evaluator Comments
Score Preview
0%

Excellent≥ 90%
Very Good75 – 89%
Satisfactory60 – 74%
Needs Improvement45 – 59%
Unsatisfactory< 45%
@endsection @push('scripts') @endpush