@section('htmlheader')
@include('layouts.partials.htmlheader')
@show
@yield('modal')
@include('layouts.partials.mainheader')
@include('layouts.partials.sidebar')
@include('layouts.partials.contentheader')
@include('layouts.partials.footer')
@section('scripts')
@include('layouts.partials.scripts')
@yield('page-scripts')
@show