{{-- Errors --}}
@if ($errors->any())
@endif
{{-- Card --}}
Please fix the following errors:
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@yield('content')