@extends('layouts.superadmin') @section('title', 'إدارة الإشعارات') @section('content')
إدارة وإرسال الإشعارات اليدوية للأعضاء
إجمالي الإشعارات
{{ $stats['total'] }}
المُرسلة
{{ $stats['sent'] }}
المسودات
{{ $stats['draft'] }}
اليوم
{{ $stats['today'] }}
هذا الأسبوع
{{ $stats['this_week'] }}
إحصائيات القراءة
@if($notification->status === 'sent') @php $readCount = $notification->read_count; $totalCount = $notification->recipients_count; $readPercentage = $totalCount > 0 ? round(($readCount / $totalCount) * 100) : 0; @endphpمنشئ الإشعار
التواريخ