Laravel URL Helper Function: action
The action helper function in Laravel can generate a URL to a controller action. You can specify the controller action using the $name parameter and pass any required parameters using the $parameters parameter. By default, the generated URL will be an absolute URL, but you can specify a relative URL by setting the $absolute parameter to false.