@extends('layouts.superadmin') @section('title', 'ملف حياة العضو (Member 360)') @section('page-title', 'منظومة الذكاء (EES) - ملف حياة العضو (Member 360)') @section('content')
حضور، غيابات، لايفات، اختبارات، نقاط، وملف Member Care — الكل في شاشة واحدة ضمن الفترة المحددة.
لكل عضو: حضور، غياب، لايفات، اختبارات، نقاط، مستوى خطر، وارتباطه بملف Member Care.
| العضو | الدور | الحضور % | غياب بعذر | غياب بدون عذر | تحذيرات | لايفات | اختبارات | نقاط الفترة | إجمالي النقاط | مستوى الخطر | Member Care | آخر تواجد |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $name }}
@if(!empty($row->username))
{{ '@'.$row->username }}
@endif
@if($status)
حالة الحساب: {{ $status }}
@endif
@if(!empty($row->email))
{{ $row->email }}
@endif
|
{{ $role }} | @if(!is_null($attendance)) {{ $attendance }}% @else غير متاح @endif | {{ (int)($row->excused_days ?? 0) }} | {{ (int)($row->unexcused_days ?? 0) }} | {{ (int)($row->warnings_cnt ?? 0) }} | {{ (int)($row->lives_count ?? 0) }} | {{ (int)($row->tests_count ?? 0) }} | {{ (int)($row->period_points ?? 0) }} نقطة | {{ (int)($row->total_points ?? 0) }} نقطة | {{ $riskLabel }} |
@if($careLevel)
ملف Care: {{ $careLevel }}
@if(!empty($row->focus_reason))
سبب التركيز: {{ $row->focus_reason }}
@endif
@else
لا يوجد ملف Care
@endif
|
{{ $lastSeen }} |
| لا يوجد أعضاء ضمن الشروط الحالية للفلاتر. | ||||||||||||