Files
nexusphp/resources/views/filament/resources/system/setting-resource/pages/edit-hit-and-run.blade.php
T
NekoCH f0b50e4826 update filament to v4
fix torrent name
2025-09-27 12:29:50 +08:00

11 lines
376 B
PHP

<x-filament::page>
<form wire:submit.prevent="submit" class="fi-sc fi-sc-has-gap fi-grid">
{{ $this->form }}
<x-filament::actions>
<x-filament::button type="submit">
{{__('filament-actions::edit.single.modal.actions.save.label')}}
</x-filament::button>
</x-filament::actions>
</form>
</x-filament::page>