moschel26 said: Is there any people who can help me?
that's because there is no route with that name.
instead of redirecting to a specific route, redirect it to an action and pass the request value. something like this
return redirect::action('UserController@index', ['year' => $input['year']]);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community