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