@extends('layouts.superadmin') @section('title','نظرة عامة ذكية - ProMission') @section('page-title','ProMission Insights') @section('content')
{{-- Header --}}

النظرة الذكية (Insights)

قراءة شاملة للأداء، الالتزام، والاستمرارية داخل التيم.

{{-- KPIs --}}
أعلى Commitment
{{ $top_commitment['name'] ?? '—' }}
{{ $top_commitment['value'] ?? 0 }}%
أعلى Streak
{{ $top_streak['name'] ?? '—' }}
{{ $top_streak['days'] ?? 0 }} يوم
توزيع الأدوار الذكية
@foreach(($roles_counts ?? []) as $role => $count)
• {{ $role }}: {{ $count }}
@endforeach
{{-- Navigation --}}
ProMission Insights = قيادة بالبيانات، مش بالحدس.
@endsection