Skip to content
Discussion options

You must be logged in to vote

Hey @miquelangeld

To display alert messages (the ones on the top right corner), you can flash an alert to the session before the redirect:

Alert::error('you cant do this')->flash();
return redirect() .... 

Let me know if that helps 👍

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@miquelangeld
Comment options

Answer selected by miquelangeld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants