lasthourcloud/resources/views/livewire/notifications/test.blade.php
Andras Bacsai e5aad4d170 updates
2023-06-05 12:07:55 +02:00

7 lines
249 B
PHP

<div class="flex items-center gap-2">
<h2>Notifications</h2>
<x-forms.button class="text-white normal-case btn btn-xs no-animation btn-primary" wire:click="sendTestNotification">
Send Test Notifications
</x-forms.button>
</div>