• {{-- --}} @if(Auth::user()->unreadNotifications->count() > 0) {{ Auth::user()->unreadNotifications->count() }} @endif
    Notifications
    @foreach(Auth::user()->notifications as $notification)

    {!! nl2br(e($notification->data['message'])) !!}

    @endforeach
    Show all Notifications
{{ Auth::user()->name ?? ""}} Logout