@cstack('layouts.includes.head.before')
@include('layouts.includes.head')
@yield('meta-content')
@cstack('layouts.includes.head.after')
@cstack('layouts.includes.top.before')
@include('layouts.includes.top')
@cstack('layouts.includes.top.after')
@cstack('layouts.includes.menu.before')
@include('layouts.includes.menu')
@cstack('layouts.includes.menu.after')
@if(isset($breadcrumbs))
@cstack('layouts.includes.breadcrumbs.before')
@include('layouts.includes.breadcrumbs')
@cstack('layouts.includes.breadcrumbs.after')
@endif
@yield('content')
@cstack('layouts.includes.bottom.before')
@include('layouts.includes.bottom')
@cstack('layouts.includes.bottom.after')
@cstack('layouts.includes.foot.before')
@include('layouts.includes.foot')
@cstack('layouts.includes.foot.after')
@cstack('layouts.includes.mobile.before')
@include('layouts.includes.mobile')
@cstack('layouts.includes.mobile.after')
@cstack('layouts.includes.scripts.before')
@include('layouts.includes.scripts')
@cstack('layouts.includes.scripts.after')