If you are trying to generate them, rather than retrieving the current one, you can pass the third parameter to the function route.
echo route('about', [], false);
If you pass true(by default) as the third parameter, it will give you
http://example.com/about
false ,
/