Files
fotospiel-app/resources/views/filament/resources/task-resource/pages/import-tasks.blade.php

15 lines
371 B
PHP

<x-filament-panels::page>
<x-filament-panels::form wire:submit="doImport">
{{ $this->form }}
<x-filament-panels::form.actions
:actions="[
]"
/>
<x-filament::button type="submit" >
Import
</x-filament::button>
</x-filament-panels::form>
</x-filament-panels::page>