return Redirect::back()->withErrors(['msg' => 'The Message']); inside you view @if($errors->any()) {{$errors->first()}} @endif