Files
data-collection-terminal/vendor/filament/spatie-laravel-settings-plugin/resources/views/pages/settings-page.blade.php

13 lines
394 B
PHP

<x-filament-panels::page>
<x-filament-panels::form id="form" wire:submit="save">
{{ $this->form }}
<x-filament-panels::form.actions
:actions="$this->getCachedFormActions()"
:full-width="$this->hasFullWidthFormActions()"
/>
</x-filament-panels::form>
<x-filament-panels::page.unsaved-data-changes-alert />
</x-filament-panels::page>