© 2026 Hedgehog Software, LLC
<body class="antialiased"> @livewire('notifications') @livewire('database-notifications') {{ $slot ?? '' }} @yield('content') @filamentScripts @vite('resources/js/app.js') </body>
<button type="button"> Notifications ({{ $unreadNotificationsCount }} unread) </button>
DatabaseNotifications::trigger('notifications.database-notifications-trigger');
->databaseNotifications() ->databaseNotificationsPolling('30s');