@extends('adminlte::page') @section('title', 'HR Evaluation Report') @section('content_header')

HR Evaluation Report

@stop @section('content')

Overall Staff Performance Evaluation

Export Excel Export PDF
@forelse($evaluations as $index => $eval) first) class="table-success fw-bold" @endif> @empty @endforelse
# Staff Name Department Attendance (%) Job Card Completion (%) Overall Score
{{ $index + 1 }} {{ $eval->staff_name }} {{ $eval->department }} {{ $eval->attendance }}% {{ $eval->job_card_rate }}% {{ $eval->score }}
No evaluation data available
{{-- Department Performance Summary --}}

Department Performance Summary

@foreach($departmentScores as $index => $dept) first) class="table-success fw-bold" @endif> @endforeach
# Department Average Score (%)
{{ $index + 1 }} {{ $dept->department }} {{ $dept->average_score }}
{{-- Charts --}}

Visual Analysis

@stop @section('js') @stop