Naming Controller Routes
Like Closure routes, you may specify names on controller routes:
Once you have assigned a name to the controller route, you can easily generate URLs to the action. To generate a URL to a controller action, use the action helper method. Again, we only need to specify the part of the controller class name that comes after the base AppHttpControllers namespace:
You may also use the route helper to generate a URL to a named controller route: