@if(file_exists(public_path('blogetc_admin_css.css'))) @else {{--Edited your css/app.css file? Uncomment these lines to use plain bootstrap:--}} {{----}} {{----}} @endif
@include("blogetc_admin::layouts.sidebar")
@if (isset($errors) && count($errors))
Sorry, but there was an error:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--REPLACING THIS FILE WITH YOUR OWN LAYOUT FILE? Don't forget to include the following section!--}} @if(\WebDevEtc\BlogEtc\Helpers::hasFlashedMessage())

{{\WebDevEtc\BlogEtc\Helpers::pullFlashedMessage() }}

@endif @yield('content')
Laravel Blog Package provided by Webdevetc
@if( config("blogetc.use_wysiwyg") && config("blogetc.echo_html") && (in_array( Request::route()->getName() ,[ 'blogetc.admin.create_post' , 'blogetc.admin.edit_post' ]))) @endif