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 308B

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