There was an error while loading. Please reload this page.
Responsible for returning response from the server to the user.
Use the method Response::redirect('any/location'); to redirect to a page.
Response::redirect('any/location');
Response::redirect('login')->with(['message'=>'Hello']);
Visit our website for tutorials: stupidlysimple.github.io