{{-- Overrides vendor/filament/notifications/resources/views/components/database/echo.blade.php The vendor version guards with `if (window.Echo)` β€” truthiness only β€” and then calls `window.Echo.private(...)`. On this panel `window.Echo` is truthy but is NOT an Echo instance, so that threw Uncaught TypeError: window.Echo.private is not a function during Alpine initialization, which aborted the rest of the page's JavaScript on that tick. Broadcasting is optional here; its absence must never take the message-state polling down with it. --}} @props([ 'channel', ])