{{-- resources/views/superadmin/proactive-intelligence/pulse.blade.php --}} @extends('layouts.superadmin') @section('title','نبض ProActive الذكي — مراقبة الحالة') @section('page-title','📡 نبض ProActive الذكي — مراقبة الحالة الحالية') @section('content') @php $pulse = $pulse ?? []; $window = $pulse['window'] ?? []; $current = $pulse['current'] ?? []; $trend = $pulse['trend'] ?? []; $health = $pulse['health'] ?? []; $highlights = $pulse['highlights'] ?? []; $from = $window['from'] ?? null; $to = $window['to'] ?? null; $cnt = $current['count'] ?? 0; $issues = $current['issues'] ?? 0; $progress = $current['progress'] ?? 0; $plus = $current['plus'] ?? 0; $excellent = $current['excellent'] ?? 0; $pctIssues = $current['pct_issues'] ?? 0; $pctProgress = $current['pct_progress'] ?? 0; $pctPlus = $current['pct_plus'] ?? 0; $pctExcellent= $current['pct_excellent']?? 0; $trendPct = $trend['trend_pct'] ?? null; $trendLabel = $trend['trend_label']?? 'غير معروف'; $trendType = $trend['trend_type'] ?? 'neutral'; $prevCount = $trend['prev_count'] ?? 0; $healthScore = $health['score'] ?? 0; $healthStatus= $health['status'] ?? 'غير محدد'; $statusColor = $health['statusColor'] ?? 'slate'; $healthNote = $health['note'] ?? ''; $positives = $highlights['positives'] ?? []; $risks = $highlights['risks'] ?? []; $actions = $highlights['actions'] ?? []; @endphp
متابعة سريعة لحالة ProActive خلال آخر 30 يوم: حجم التقارير، نسبة المشاكل والتقدم، نسبة PLUS، ومؤشر صحة عام مبني على هذه العوامل.
{{ $healthNote }}
@endifلا توجد نقاط قوة واضحة حاليًا — زيادة عدد التقارير وتحسين جودتها سيساعد في ظهور الإيجابيات.
@endforelseلا توجد إشارات خطرة حاليًا، لكن يُنصح بمراقبة نسبة المشاكل والتقدم كل أسبوعين.
@endforelseلا توجد توصيات خاصّة الآن — عند زيادة عدد التقارير واختلاف نتائجها ستظهر لك خطوات عملية أوضح.
@endforelse