In Laravel 8, if I want to redirect to named route I can use:
return redirect()->route( \'success\' )->with(\'status\', \'Profile updated!\');