Unable to display notifications in admin panel
Hi! I'm struggling with showing notifications in the admin panel. I followed the docs which described that the notifications should already be implemented within the panel. For a custom page I added the
@livewire('notifications') line to the Blade template and used the Notification::make() as described in the documentation. According to the debugbar the view for a notification is indeed rendered, see the snippet below. But for some reason not visible, does someone have a solution? Thanks in advance!