You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default-setting.blade.php 359B

12345678910111213
  1. <div>
  2. <form wire:submit.prevent="save">
  3. {{ $this->form }}
  4. <div class="mt-6">
  5. <div class="flex flex-wrap items-center gap-4 justify-start">
  6. <x-filament::button type="submit">
  7. {{ __('Save Changes') }}
  8. </x-filament::button>
  9. </div>
  10. </div>
  11. </form>
  12. </div>