@push('head-code') {{-- @if(file_exists(public_path("binshopsblog_admin_css.css")))--}} {{-- @else--}} {{-- --}} {{--Edited your css/app.css file? Uncomment these lines to use plain bootstrap:--}} {{----}} {{----}} {{-- @endif--}} @endpush @include('member.layout.header')
@include("binshopsblog_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(\BinshopsBlog\Helpers::has_flashed_message())

{{\BinshopsBlog\Helpers::pull_flashed_message() }}

@endif @yield('content')
{{-- @yield('content') --}} {{-- @include('member.layout.modal') --}}
@include('member.layout.footer') @push('footer-code') @endpush