Skip to content
Advertisement

PHP laravel Flash message is not showing

I am redirected to the desired page but success message is supposed to be shown there but there is no message has been shown. I have tried multiple methods online but there is something I missing.

Controller File:

JavaScript

Blade File:

JavaScript

Advertisement

Answer

Try this

JavaScript

or there is another method called with() you can use it after redirect()

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement