11 lines
463 B
PHP
11 lines
463 B
PHP
<x-filament-panels::page>
|
|
<x-filament::section :description="'同一位置可添加多条注入块(按排序渲染);插件也可通过 theme.inject.{point} 过滤器追加'">
|
|
<form wire:submit="save">
|
|
{{ $this->form }}
|
|
<div class="mt-6">
|
|
<x-filament::button type="submit" color="primary">保存</x-filament::button>
|
|
</div>
|
|
</form>
|
|
</x-filament::section>
|
|
</x-filament-panels::page>
|