@extends('layouts.superadmin') @section('title', 'تحليلات المقيمين - التقييمات') @section('page-title', 'تحليلات المقيمين - التقييمات') @section('content')
ملخص إحصائي لكل مقيم ضمن الفترة.
| المقيم | اليوزر | الرتبة | عدد التقييمات | متوسط النقاط | مجموع النقاط | حاضر | بعذر | بدون عذر | اعتراضات | مقبولة |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $r->name ?? ('#'.$r->evaluator_id) }}
{{ $r->email ?? '' }}
|
{{ $r->username ?? '—' }} | {{ $r->membership_status ?? '—' }} | {{ (int)($r->evaluations_count ?? 0) }} | {{ round((float)($r->avg_points ?? 0),2) }} | {{ (int)($r->sum_points ?? 0) }} | {{ (int)($r->present_days ?? 0) }} | {{ (int)($r->absent_with_excuse_days ?? 0) }} | {{ (int)($r->absent_without_excuse_days ?? 0) }} | {{ (int)($r->objections_total ?? 0) }} | {{ (int)($r->objections_approved ?? 0) }} |
| لا يوجد مقيمين ضمن الفلاتر الحالية. | ||||||||||