16 lines
613 B
PHP
16 lines
613 B
PHP
<div class="">
|
|
<form wire:submit.prevent='submit' class="flex flex-col">
|
|
<div class="flex flex-col gap-2 xl:flex-row w-96">
|
|
<x-inputs.input id="settings.extra_attributes.discord_webhook" label="Discord Webhook" />
|
|
</div>
|
|
<div>
|
|
<x-inputs.button class="w-16 mt-4" type="submit">
|
|
Submit
|
|
</x-inputs.button>
|
|
<x-inputs.button class="mt-4 btn btn-xs no-animation normal-case text-white btn-primary" wire:click="sentTestMessage">
|
|
Send test message
|
|
</x-inputs.button>
|
|
</div>
|
|
</form>
|
|
</div>
|