protected function getFormActions(): array { return [ $this->getCreateFormAction(), Action::make('saveAndBook') ->label('Save & Register booking') ->action(function(){ dd('hello'); }), $this->getCancelFormAction(), ]; }