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
if you are using bootstrap-3 try the script below for Alert Style
@if(Session::has('success')) {{ Session::get('success') }} @endif