Redirecting to a Given Path | Laravel Application Helper Function: redirect
When an argument that is not null is supplied for the $to parameter, the redirect helper function will internally make a call to the to method on the Redirector instance. The function will also pass in all the arguments supplied to redirect as the...