Install Laracast / Flash in my project developed in Laravel 5.2, everything is perfect, inserted and deleted and all that, but when I want to show a message, it does not do anything, that is, it makes the option but it does not show the message.
The view has Flash Include @include('flash::message')
but still does not show anything.
What could be the problem?
Searching and investigating the only one that seems to have the answer is in this Link Show message with Flash in Laravel 5 when redirecting Jose Gratereaux , but it does not explain how he did it.
Thanks in advance for the help.