webpage refresh the coding in controller function is not reflected in laravel
In laravel controller function the coding has make changes and save it,when i refresh the webpage the coding is not reflected? Actually code:- public function generate(Request $request) { # Validate Data $request->validate ([ 'reset_mailid' => 'required|exists:vs360_tables,mailid' ]); # Generate An…