@if (count($errors) > 0)
有错误发生:
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif