The errors will be shown on the page the first form was shown. When validation fails, it executes a code like this:
return redirect()->back()->withInput($request->all())->withErrors();
If postSignup is an ajax method, no errors will be shown.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community