Files
ai-stylegallery/resources/views/filament/pages/global-settings.blade.php

9 lines
220 B
PHP

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