@include("blogetc_admin::layouts.sidebar")
@if (isset($errors) && count($errors))
@endif
@yield('content')
Sorry, but there was an error:
@endif
{{--REPLACING THIS FILE WITH YOUR OWN LAYOUT FILE? Don't forget to include the following section!--}}
@if(\WebDevEtc\BlogEtc\Helpers::hasFlashedMessage())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach