{{-- ▼ 成功/エラー表示 --}}
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach