Notification::make()
->title('In the next step you could also use XXX')
->info()
->actions([
NotificationAction::make('To next step')
->button()
NotificationAction::make('Abbrechen')
->button()
->extraAttributes(['x-on:click' => 'close']),
])
->send();