• @if(getUnreadNotificationsCount() > 0) {{ getUnreadNotificationsCount() }} unread notifications @endif
    • Notifications

    • @forelse(getUnreadNotifications() as $notification)
    • {{ $notification->title ?? 'Notification' }}
      {{ $notification->message ?? '' }}
      {{ $notification->created_at->diffForHumans() }}

    • @empty
    • No new notifications
    • @endforelse
    • View All
  • {{ auth()->user()->name }}
    @csrf