@include('components.frontend.partials.name')
@include((setting('site_container') === \App\Models\Setting::SITE_CONTAINER_KEEN_BOXED ? 'keen.' : '') . 'components.frontend.partials.breadcrumb')
@include('components.frontend.partials.sibling')
@include('components.frontend.partials.content')
@include('components.frontend.partials.searchbar')
@include('components.frontend.partials.customize-options')
@if($menuItems->count())
@foreach ($menuItems as $item)
@endforeach
@else
@includeIf('components.frontend.pages.dashboard')
@endif
@include('components.frontend.partials.footer')
@include('components.frontend.partials.menu-template-modal')
@push('js')
@endpush
@include('components.frontend.partials.hover-color')