sessions are only available for one redirection. if you want to make them available for more, you can re-flash them: session()->reflash();
@aboelmor Session are for multiple redirections the first sentence of the introduction in the session documentation is: 'Since HTTP driven applications are stateless, sessions provide a way to store information about the user across multiple requests.' I think you are thinking of flashing data which is only stored for the next request.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community