In Laravel, there is a function return back();, which returns the user to the previous page. Is it possible to return back(); more than once within
return back();
it works for me Redirect::to($request->request->get('http_referrer'))
Redirect::to($request->request->get('http_referrer'))