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

9 lines
245 B
PHP

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