lasthourcloud/resources/views/livewire/notifications/test.blade.php
Andras Bacsai 39d37010a3 fixes
2023-06-02 12:34:45 +02:00

8 lines
271 B
PHP

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