Modal Form in Action Specify Columns?
Hi all,
I have an action that pops up a model form
The form method takes an schema array as input. How can I tell it I want it split in two columns? ->columns(2) doesn't work. This is in a Livewire component.
I have an action that pops up a model form
The form method takes an schema array as input. How can I tell it I want it split in two columns? ->columns(2) doesn't work. This is in a Livewire component.