• @foreach(getMenuBySettingItems($data->area_name.'_'.$data->part.'_menu') as $item)
  • {{$item->title}}
  • @endforeach
  • @if(cardCount() > 0) {{cardCount()}} @endif @if(auth('customer')->check()) @else @endif @if(config('app.xlang.active')) @foreach(\App\Models\XLang::all() as $lang) @if($lang->tag != app()->getLocale()) {{$lang->emoji}} @endif @endforeach @endif