2023-04-25 07:38:05 +00:00
|
|
|
<x-layout>
|
|
|
|
|
<h1>Settings</h1>
|
2023-05-19 17:01:56 +00:00
|
|
|
|
|
|
|
|
<h3>General</h3>
|
2023-04-25 08:47:13 +00:00
|
|
|
<livewire:settings.form :settings="$settings" />
|
2023-05-19 17:01:56 +00:00
|
|
|
|
|
|
|
|
<div class="my-12"></div>
|
|
|
|
|
|
|
|
|
|
<h3>Notifications</h3>
|
|
|
|
|
<livewire:settings.discord-notifications :settings="$settings" />
|
|
|
|
|
<livewire:settings.email-notifications :settings="$settings" />
|
2023-04-25 07:38:05 +00:00
|
|
|
</x-layout>
|