@php $unread = auth()->user()->unreadNotifications()->latest()->take(8)->get(); $unreadCount = auth()->user()->unreadNotifications()->count(); @endphp