```php Actions\Action::make('updateStatus') ->requiresConfirmation() ->action(function (Component $livewire, Action $action) { // when the action is confirmed // open another model containing a form }) ```