@extends('layouts.performance') @section('title', 'Performans Raporu') @section('perf-content') @php use App\Support\EvaluationHelper; @endphp
1. Amir %60 + 2. Amir %40 ağırlığıyla performans notlarını görüntüleyin.
| Dönem | Personel | Sorumluluk Merkezi | 1. Amir | 2. Amir | 1.Amir Ortalama | 2.Amir Ortalama | Genel Ortalama | Seviye | Durum |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row->period_name }} | {{ $row->employee_name }} | {{ $row->center_label }} | {{ $row->evaluator1_name }} | {{ $row->evaluator2_name }} | @if ($row->avg1 !== null) {{ number_format($row->avg1, 2, '.', '') }} @else - @endif | @if ($row->avg2 !== null) {{ number_format($row->avg2, 2, '.', '') }} @else - @endif | @if ($row->final_score !== null) {{ number_format($row->final_score, 2, '.', '') }} @else - @endif | @if ($row->final_score !== null) {{ $row->grade['label'] }} @else - @endif | {{ EvaluationHelper::statusLabel((string) $row->status_e1) }} / {{ $statusE2Label }} |