التنبيهات ({{$notificationsCount}})

وضع الكل كمقروء تحديث الإشعارات
@if(count($notifications)) @foreach($notifications as $notification)
@if(!$notification->is_read ||(is_array($notification->is_read) && !in_array($user->id, $notification->is_read))) @endif
{!! $notification->title !!} {!! $notification->message !!}
{{$notification->created_at->setTimeZone('Asia/Riyadh')->format('h:i A')}}
@endforeach @endif