@php $unreadCount = auth()->user()->unreadNotifications->count(); @endphp
@if ($unreadCount) {{ $unreadCount }}   @endif
{{-- --}}