{{-- Overrides vendor/filament/notifications/resources/views/components/echo.blade.php Same defect as the database variant: the vendor guard is `if (window.Echo)` (truthiness only) followed by `window.Echo.private(...)`, which throws `window.Echo.private is not a function` when the global holds something that is not an Echo instance. See the database/echo.blade.php override for the full explanation. --}} @props([ 'channel', ])