@if($errors->all())

数据保存失败!

    @foreach($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif