@extends('layouts.app') @section('content')
{{ $user->role }} Overview • {{ $evalMonthName }}
Company Avg Score
Completion Rate
{{ $adminStats['completion_rate'] }}%Awaiting Managers
Awaiting Cross-Dept
Powered by Gemini AI
Analyzing company-wide data...
| Employee | Department | Final Score |
|---|---|---|
| {{ $submission->employee->first_name }} {{ $submission->employee->last_name }} @if($submission->employee->hasDoubleKpiAward($submission->start_date, $submission->total_score)) 🏆 @endif | {{ optional($submission->employee->department)->name }} | {{ floatval($submission->total_score) }} |
| No recent submissions found. | ||
| Month | Status | Final Score |
|---|---|---|
| {{ \Carbon\Carbon::parse($h->start_date)->format('F Y') }} @if($h->status == 'Submitted' && $employee->hasDoubleKpiAward($h->start_date, $h->total_score)) 🏆 Awarded @endif | {{ $h->status == 'Submitted' ? 'Finalized' : 'Under Review' }} | {{ floatval($h->total_score) }}/100 |
| No evaluations recorded yet. | ||