The second example will always generate the URL 'users / add'. The first method makes it possible to use reverse routing to generate an individual URL, as defined by the rules in the routes.php file.
In practice, I often find that there is no difference between the first and second styles. However, if you later decide to make changes to your routes, you may find that doing things for the first time saves time in the long run, so you don't need to go back and change the path for each link ...
source share