@include('binshopsblog_admin::layouts.admin_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 (\BinshopsBlog\Helpers::has_flashed_message())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach