@php $unreadCount = Auth::user() ? Auth::user()->unreadNotifications()->count() : 0; @endphp