Introduction
To render notifications in your app, make sure thenotifications Livewire component is rendered in your layout:
📣 New official plugin released: Custom Dashboards! Create data-driven dashboards using a drag and drop UI.
filament/notifications is installed in your project. You can check by running:composer show filament/notifications
notifications Livewire component is rendered in your layout:
<div>
@livewire('notifications')