@section('htmlheader') @include('layouts.partials.htmlheader') @show
@include('layouts.partials.mainheader') @include('layouts.partials.sidebar')
@include('layouts.partials.contentheader')
@yield('main-content')
@include('layouts.partials.footer')
@section('scripts') @include('layouts.partials.scripts') {{-- Scripts --}} {!! Asset::scripts() !!} @show