@stack('css')
@include('layout.header') @include('boilerplate::layout.mainsidebar')
@include('layout.contentheader')
@yield('content')
@includeWhen(config('boilerplate.theme.footer.visible', true), 'layout.footer')
@include('load.layout.nicescroll') @if(Session::has('growl')) @endif @stack('scripts') @stack('js')