@extends('layouts.superadmin') @section('title','NotifyHub — إنشاء إشعار') @section('content') @php // نفس روح سقراط: KPI سريعة فوق $totalSent = (int)($kpis->sent ?? 0); $totalSch = (int)($kpis->scheduled ?? 0); $totalFail = (int)($kpis->failed ?? 0); $types = [ 'decision' => ['label'=>'قرار','icon'=>'fa-gavel'], 'live' => ['label'=>'لايف','icon'=>'fa-satellite-dish'], 'weekly_test' => ['label'=>'اختبار','icon'=>'fa-clipboard-check'], 'daily_reading' => ['label'=>'اقرأني','icon'=>'fa-book-open'], 'reminder' => ['label'=>'تذكير','icon'=>'fa-bell'], 'custom' => ['label'=>'مخصص','icon'=>'fa-wand-magic-sparkles'], ]; $oldType = old('type','custom'); $oldAud = old('audience','all'); $oldMode = old('send_mode','send_now'); $oldAuto = old('auto_from_picker','1'); @endphp
اختر نوع الإشعار، ثم (اختياريًا) اختر عنصرًا من الموجود ليتم توليد العنوان + نص التذكير + الرابط + ref_id تلقائيًا.