->modalFooterActions([
Action::make('TakePayment')
->form([
]),
])
->modalFooterActions([
Action::make('Process Payment')
->action(function () {
if ($result['success'] == true) {
} else {
}
})
->form([
Placeholder::make('Payment Status')
->content(function () {
return "sucess";
})
->inlineLabel(),
])->modalFooterActions([
]),
]), Action::make('Cancel')
->cancelParentActions('Purchase Workshop modal')
->modalFooterActions([
Action::make('TakePayment')
->form([
]),
])
->modalFooterActions([
Action::make('Process Payment')
->action(function () {
if ($result['success'] == true) {
} else {
}
})
->form([
Placeholder::make('Payment Status')
->content(function () {
return "sucess";
})
->inlineLabel(),
])->modalFooterActions([
]),
]), Action::make('Cancel')
->cancelParentActions('Purchase Workshop modal')