Files
HospitalOborniki/resources/views/filament/pages/custom-edit-page.blade.php
2025-05-10 16:52:45 +02:00

7 lines
276 B
PHP

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