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