Level 55
@rahulsphd they are equal. You can use whetever you want
sometimes you can just check the source code and have answer. Check route() helper
function route($name, $parameters = [], $absolute = true)
{
return app('url')->route($name, $parameters, $absolute);
}
so, really route calls Url::route