I'm using laravel 5.3. and the laracast / flash package In yes the msj show correctly but the closing button of the flash window does not appear.
According to the laracast documentation now the use should not be placed.
So I use it:
in the controller:
flash("Se ha editado ".$user->nombre." de forma exitosa!", 'success');
In the view the include
@include('flash::message')
This works well but I do not see the closing button of the window of success in this case, I thought it could be the browsers, but in different the same happens