{{ session('status') }}
@endif
@if ($errors->any())
Bitte prüfen Sie Ihre Eingaben.
@endif
@yield('content')
- @foreach($errors->all() as $error)
- {{ $error }} @endforeach
