#Is there a filament component for the form?
3 messages · Page 1 of 1 (latest)
When I do it like this, the UI kinda works but I am Unable to call the update() method
<x-filament-panels::page>
{{ $this->form }}
<x-filament::button type="submit">
Submit
</x-filament::button>
</x-filament-panels::page>
Just wrap the button or form output in a Div and add either padding or margin.