12 lines
302 B
PHP
12 lines
302 B
PHP
<x-filament-panels::page>
|
|
<form wire:submit="save">
|
|
{{ $this->form }}
|
|
|
|
<div class="mt-6">
|
|
<x-filament::button type="submit" color="primary">
|
|
{{ __('保存设置') }}
|
|
</x-filament::button>
|
|
</div>
|
|
</form>
|
|
</x-filament-panels::page>
|