// views/components/trigger
<button x-data="{}" class="text-white" x-on:click="$dispatch('open-modal', { id: 'database-notifications' })"
type="button">
Notifications ( {{ $unreadNotificationsCount }} unread)
</button>
// views/components/trigger
<button x-data="{}" class="text-white" x-on:click="$dispatch('open-modal', { id: 'database-notifications' })"
type="button">
Notifications ( {{ $unreadNotificationsCount }} unread)
</button>