logo
    @foreach(getSettingsGroup('social_')??[] as $k => $social)
  • @endforeach
{{getSetting($data->area_name.'_'.$data->part.'_title')}}
  • @if(auth('customer')->check())
  • @else
  • @endif
  • @if(cardCount() > 0) {{cardCount()}} @endif
    @php($items = getMenuBySetting($data->area_name.'_'.$data->part.'_menu')->items) @php($menuShow = false) @foreach($items as $i => $item) {{-- find center --}} @if(!$menuShow && ($i > (count($items) / 2) -1 ) ) @php($menuShow = true)
  •  
  • @endif
  • {{$item->title}} @if($item->meta == null) @switch($item->menuable_type) @case(\App\Models\Group::class) @case(\App\Models\Category::class) @if($item->dest->children()->count() > 0)
      @foreach($item->dest->children as $itm)
    • {{$itm->name}}
    • @endforeach
    @break @endif @default @endswitch @endif
  • @endforeach
    @foreach(getMenuBySettingItems($data->area_name.'_'.$data->part.'_menu') as $item)
  • {{$item->title}}
  • @endforeach

{{__("Search")}}

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