Success: {{ session('success') }}
@endif
@if ($errors->any())
Attention required:
@endif
@yield('content')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach