@if($errors->any())
@foreach ($errors->all() as $error)

错误:{{ $error }}

@endforeach
@endif