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