Files
laralog/resources/views/filament/pages/plugin-settings.blade.php
T

9 lines
259 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>