lasthourcloud/resources/views/livewire/notifications/test.blade.php

7 lines
249 B
PHP
Raw Normal View History

2023-06-02 10:34:45 +00:00
<div class="flex items-center gap-2">
<h2>Notifications</h2>
2023-06-05 10:07:55 +00:00
<x-forms.button class="text-white normal-case btn btn-xs no-animation btn-primary" wire:click="sendTestNotification">
2023-06-02 10:34:45 +00:00
Send Test Notifications
</x-forms.button>
</div>