Since flash is only available on the next request, the moment you have another request like redirect will loose the flash values. If you wanted to retain the flash message you can use Session::reflash(); http://laravel.com/docs/4.2/session#flash-data
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community