@if ($errors->any()) @foreach ($errors->all() as $e)
{{ $e }}
@endforeach @endif @yield('content')