wip
This commit is contained in:
1
resources/views/emails/example.blade.php
Normal file
1
resources/views/emails/example.blade.php
Normal file
@@ -0,0 +1 @@
|
||||
Hello I am an example
|
||||
@@ -12,10 +12,13 @@
|
||||
<x-inputs.input id="settings.extra_attributes.smtp_timeout" label="Timeout" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex">
|
||||
<x-inputs.button class="w-16 mt-4" type="submit">
|
||||
Submit
|
||||
</x-inputs.button>
|
||||
</div>
|
||||
<div class="mt-10 flex flex-col w-96">
|
||||
<x-inputs.input id="settings.extra_attributes.smtp_username" label="Send a test e-mail to:" />
|
||||
<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>
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
<h3>General</h3>
|
||||
<livewire:settings.form :settings="$settings" />
|
||||
|
||||
<div class="my-12"></div>
|
||||
<div class="h-12"></div>
|
||||
|
||||
<h3>Notifications</h3>
|
||||
<livewire:settings.discord-notifications :settings="$settings" />
|
||||
<livewire:settings.email-notifications :settings="$settings" />
|
||||
|
||||
<div class="h-12"></div>
|
||||
</x-layout>
|
||||
|
||||
Reference in New Issue
Block a user