您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>