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