{{-- resources/views/superadmin/proactive-ai/index.blade.php --}} @extends('layouts.superadmin') @section('title','تحليلات AI العميقة 🧠 — ProActive Deep Intelligence') @section('page-title','🧠 تحليلات AI العميقة — ProActive Deep Intelligence') @section('content') @php $summary = $summary ?? []; $window = $window ?? []; $engagement = $engagement ?? []; $gradesAll = collect($gradesAll ?? []); $platformsAll = collect($platformsAll ?? []); $busyDays = collect($busyDays ?? []); $totalReports = (int)($summary['total'] ?? 0); $plusTotal = (int)($summary['plus_total'] ?? 0); $avgGrade = (float)($summary['avg_grade'] ?? 0); $last30 = (int)($window['last30'] ?? 0); $prev30 = (int)($window['prev30'] ?? 0); $trendReports = $window['trend_reports'] ?? null; $issuesPct = (float)($window['issues_pct'] ?? 0); $progressPct = (float)($window['progress_pct']?? 0); $plusPct = (float)($window['plus_pct'] ?? 0); $friendsSum = (int)($engagement['friends_sum'] ?? 0); $invSum = (int)($engagement['inv_sum'] ?? 0); $avgFriends = (float)($engagement['avg_friends']?? 0); $avgInvites = (float)($engagement['avg_invites']?? 0); // أعلى منصة و أقل منصة $topPlatform = null; $lowPlatform = null; if ($platformsAll->count()) { $topPlatform = $platformsAll->sortDesc()->keys()->first(); $lowPlatform = $platformsAll->sort()->keys()->first(); } // قراءة سريعة للحالة $healthLabel = 'غير محدد'; $healthColor = 'bg-slate-500/30 text-slate-100'; if ($progressPct >= 40 && $issuesPct < 15) { $healthLabel = 'ممتازة جداً'; $healthColor = 'bg-emerald-500/25 text-emerald-50'; } elseif ($progressPct >= 25 && $issuesPct < 20) { $healthLabel = 'جيدة'; $healthColor = 'bg-emerald-500/20 text-emerald-50'; } elseif ($issuesPct >= 30 && $progressPct < 20) { $healthLabel = 'تحتاج تدخّل سريع'; $healthColor = 'bg-rose-500/25 text-rose-50'; } elseif ($issuesPct >= 20) { $healthLabel = 'تحذير متوسط'; $healthColor = 'bg-amber-500/25 text-amber-50'; } @endphp
هذه الصفحة تحاول قراءة الصورة العميقة لتقارير ProActive: اتجاهات خلال 30 يوم أخيرة، مقارنة مع الفترة السابقة، جودة عامة للتقديرات، قوة التفاعل الاجتماعي، وأيام الذروة التي تستحق تكرارها أو دراستها.
هذه ليست أرقام فقط، بل قراءة لسلوك الفريق، المخاطر، ونقاط القوة خلال الفترة الحالية مقارنة بالفترة السابقة.
كيف تُترجم تقارير ProActive إلى أصدقاء جدد ودعوات حقيقية على الأرض.