Hello guys, i need some help with a beginner issue. I'm calling an update function throught ajax, because i want validate the input request without reload all page. All it works until here. But, if the validation returns success, normally i request a call to another route to reload the page with a flash message. Now, using ajax, how is the best approach to do this.