• {{-- --}}
  • @foreach(getMenuBySettingItems($data->area->name.'_'.$data->part.'_menu') as $item)
  • @if($item->meta == null) {{$item->title}} @switch($item->menuable_type) @case(\App\Models\Group::class) @case(\App\Models\Category::class)

    {{$item->dest->name}}

      @if($item->dest->children()->count() == 0) @foreach($item->dest->published(5,'view') as $itm)
    • {{\Illuminate\Support\Str::limit($itm->title,25)}}
    • @endforeach @else @foreach($item->dest->children as $itm)
    • {{$itm->name}}
    • @endforeach @endif

    {{__("Latest ")}} {{$item->dest->name}}

      @foreach($item->dest->published(5) as $itm)
    • {{\Illuminate\Support\Str::limit($itm->title,25)}}
    • @endforeach

    {{$item->dest->subtitle}}

    {{$item->dest->description}}

    @break @default @endswitch @else {{$item->title}} @endif
  • @endforeach
  • @if(cardCount() > 0) {{cardCount()}} @endif
  • @if(auth('customer')->check())
  • @else
  • @endif

{{__("Search")}}

{{--
--}} {{-- --}} {{--
--}}