did you try this? return Redirect::to(URL::previous())->withInput()->withErrors($validation);...
You can try this return Redirect::to(URL::previous())->withInput()->withErrors($validation);
The Laravel portal for problem solving, knowledge sharing and community building.