Files
ntspi-app/resources/views/filament/pages/upload-to-url.blade.php
T

10 lines
259 B
PHP

<x-filament-panels::page>
<x-filament-panels::form wire:submit="save">
{{ $this->form }}
<x-filament-panels::form.actions
:actions="$this->getFormActions()"
/>
</x-filament-panels::form>
</x-filament-panels::page>