@include('components.frontend.partials.name')
@include('components.frontend.partials.breadcrumb')
@include('components.frontend.partials.sibling')
@include('components.frontend.partials.content') @include('components.frontend.partials.searchbar')
@if($subPageNav)
@elseif($links)
{!! $links !!}
@endif @foreach ($menuItems as $item) @endforeach @if((setting('page_navigation') === \App\Models\Setting::PAGE_NAVIGATION_PAGINATION) && $links)
{!! $links !!}
@endif
@include('components.frontend.partials.item-not-found') @include('components.frontend.partials.footer') @include('components.frontend.partials.toolbar') @include('components.frontend.partials.google-translate-widget')
@include('components.frontend.partials.hover-color') @include('components.frontend.partials.dismiss')