@section('htmlheader') @include('layouts.partials.htmlheader') @show
@include('layouts.partials.mainheader') @include('layouts.partials.sidebar')
@include('layouts.partials.contentheader')
@yield('breadcrumb')
@yield('main-content')
@include('layouts.partials.controlsidebar') @include('layouts.partials.footer')
@section('scripts') {{-- BEGIN CORE PLUGINS (REQUIRED FOR ALL PAGES) --}} @js('/site/js/jquery/1.11.2/js/jquery.min.js','jquery') @js('/site/js/bootstrap/3.3.5/js/bootstrap.min.js','bootstrap-js','jquery') @js('/site/js/jquery/plugins/migrate/1.2.1/js/jquery-migrate.min.js','jq-migrate','jquery') @js('/site/js/jquery/plugins/back-to-top/back-to-top.js','back-to-top','jquery') {{-- END CORE PLUGINS --}} {{-- Scripts --}} {!! Asset::scripts() !!} @include('layouts.partials.scripts') @yield('page-scripts') @show