{{ __('nav.profile') }} Notifications @php $unreadCount = auth()->user()->unreadNotifications()->count(); @endphp @if($unreadCount > 0) {{ $unreadCount > 99 ? '99+' : $unreadCount }} @endif {{ __('nav.likes') }} {{ __('nav.watched') }} {{ __('nav.comments') }} {{ __('nav.playlists') }} Settings