@php $notifications = $panelNotifications ?? collect(); $unreadCount = $panelUnreadNotificationCount ?? 0; $dropdownId = $dropdownId ?? 'panelNotificationsMenu'; $buttonClass = $buttonClass ?? ''; $alignmentClass = $alignmentClass ?? 'right-0'; @endphp @if($unreadCount > 0) {{ $unreadCount > 9 ? '9+' : $unreadCount }} @endif Notifications {{ $unreadCount }} unread @csrf Mark all read @forelse($notifications as $notification) @csrf {{ $notification->title }} {{ $notification->message }} {{ $notification->created_at->diffForHumans() }} @if($notification->action_url) Open @endif @empty No notifications yet New lead, blog, and workflow updates will appear here. @endforelse View all notifications @once @endonce
Notifications
{{ $unreadCount }} unread
{{ $notification->title }}
{{ $notification->message }}
No notifications yet
New lead, blog, and workflow updates will appear here.