@if (count($errors) > 0)
Incorrect input data! Please check.
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif