I am new in Laravel and using laravel version 5.2.
I created a controller and request named as ArticlesController and CreateArticleRequest
With this code, you can catch errors and display them :
@if ($errors->any()) @foreach ( $errors->all() as $error ) {{ $error }} @endforeach @endif
{{ $error }}