Files
ntspi-app/resources/views/filament/pages/upload-to-url.blade.php
T
2026-03-20 21:47:02 +05:00

10 lines
259 B
PHP
Executable File

<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>