Route::redirect('/here', '/there'); or return redirect(route('register'));
return redirect()->route('route.name', [$param]);