@extends('layouts.app')
@section('title', 'الإشعارات')
@php
$totalNotif = $notifications->total();
$unreadCount = collect($notifications->items())->whereNull('read_at')->count();
@endphp
@section('content')
أي حدث جديد هيظهر هنا تلقائياً.