Try this:
return redirect()->route('multiHike.index')->with('message', 'Hello');
Or
return redirect()->route('multiHike.index', ['messag' => 'Your messge']);
Also see the examples on the docs: Redirecting named routes
I personally never pass the argument for a redirect.
lcallif liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community