@if ($errors->any())

Validation errors found. Please correct them below.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif