15 lines
371 B
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>
|