//EditPage.php or CreatePage.phppublic static string $formActionsAlignment = 'end';
public function panel(Panel $panel): Panel{ return $panel ->bootUsing(function () { Page::formActionsAlignment('end'); })}