{{-- Head section --}} @include('themes.backend.partials.head') @if(View::hasSection('themebg-pattern')) @else @endif @if(View::hasSection('with-header-bar'))
@yield('content')
@else @yield('content') @endif {{-- Footer section --}} @include('themes.backend.partials.footer') {{-- Javascript section --}} @include('themes.backend.partials.javascripts')