Naming Livewire Components
@livewire('modals.notifications')
onclick="Livewire.emit('openModal', 'modals.notifications')" />@livewire('modals.database-notifications')
onclick="Livewire.emit('openModal', 'modals.database-notifications')" />Last updated