mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-24 04:17:28 +08:00
f0b50e4826
fix torrent name
11 lines
376 B
PHP
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>
|