I\'m trying to get my flash message to display.
This is in my routing file
Route::post(\'users/groups/save\', function(){ return Redirect::to(\'users/g
This works for me
@if(Session::has('success')) {{ Session::get('success') }} @endif