{{-- Default Notifications Style --}}
{{-- Page Header --}} {{-- Stats Cards --}}
{{ $unreadCount }} غير مقروء
{{ $requiredNotifications->count() }} مهم (غير مقروء)
{{ $notifications->count() }} إجمالي
{{-- Actions Bar --}}
{{-- Notifications List --}}
@forelse($notifications as $notification)
{{-- Type Icon --}}
@switch($notification->type) @case('error') @break @case('warning') @break @case('success') @break @default @endswitch
{{-- Content --}}

{{ $notification->title }} @if(!$notification->is_read) جديد @endif @if($notification->is_required) مهم @endif

{!! $notification->safe_content !!}
{{-- Related Model Info --}} @if($notification->related_model_type && $notification->relatedModel) @php $linkHelper = app(\App\Services\Notification\NotificationLinkHelper::class); $relatedLink = $linkHelper->getLinkForPlatform($notification, 'web'); @endphp @endif {{-- Footer --}}
@empty

لا توجد إشعارات

لم يتم استلام أي إشعارات حتى الآن

@endforelse
{{-- Empty state for filtered results --}}

لا توجد نتائج

لا توجد إشعارات تطابق الفلتر المحدد