{{--
@include('components.frontend.partials.name') @include('components.frontend.partials.searchbar')
@foreach ($menuItems as $item) @endforeach @if($links)
{!! $menuItems->links() !!}
@endif
@include('components.frontend.partials.item-not-found') @include('components.frontend.partials.footer')
--}}