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