@section('htmlheader') @section('page-header') @endsection @include('layouts.partials.htmlheader') @show
@include('layouts.partials.mainheader') @include('layouts.partials.sidebar')
@include('layouts.partials.contentheader')
@yield('main-content') @yield('map-data')
@include('layouts.partials.footer')
@section('scripts') @include('layouts.partials.scripts') @yield('page-scripts') @show