🌟Modal
it's easy to create a new custom modal on the resource and fire it using Action::class
by set it ->modal(modal_name)
so on the action click it will open the modal
Using
to create a new modal on the resource you can use Modal::class
to create a new modal on the selected resource and pass this modal class to resource method modals()
like
on the ->rows()
method to set the schema of the form show on modal and on ->buttons()
method to set the actions on modal like save
, update
..etc
Last updated