{{ trans('theme.logo') }}
{{-- --}} {{-- --}}
    @auth('customer')
  • {{ trans('theme.hello') .', ' .Auth::guard('customer')->user()->getName() }}
  • {{ trans('theme.logout') }}
  • @else
  • {{ trans('theme.sing_in') }}
  • @endauth
  • {{ $cart_item_count }}
  • {{__('theme.nav.categories')}}
      @foreach ($all_categories as $catGroup) @if ($catGroup->subGroups->count()) @php $categories_count = $catGroup->subGroups->sum('categories_count'); $cat_counter = 0; $catGroup_translation = $catGroup->translations->where('language_id',getLocaleId())->first(); @endphp
    • @if ($catGroup->logoImage && Storage::exists($catGroup->logoImage->path)) @php @endphp {{ $catGroup_translation->name ?? $catGroup->name }} @endif {{ $catGroup_translation->name ?? $catGroup->name }}
      @foreach ($catGroup->subGroups as $subGroup) @php $subGroup_translation = $subGroup->translations->where('language_id',getLocaleId())->first(); @endphp
      {{--

      {{ $subGroup->name }}

      --}}

      {{ $subGroup_translation->name ?? $subGroup->name }}

        @foreach ($subGroup->categories as $cat) @php $cat_translation = $cat->translations->where('language_id',getLocaleId())->first(); @endphp
      • {{ $cat_translation->name ?? $cat->name }}
      • @endforeach
      @endforeach {{--
      --}} {{--
      --}} {{-- --}} {{--
      --}} {{--
      --}}
    • @endif @endforeach
  • {{__('theme.nav.home')}}
  • {{__('theme.nav.special_offers')}}
  • {{__('theme.nav.shops')}}
  • {{--
  • --}} {{-- {{__('theme.nav.affiliate_marketing')}}--}} {{--
      --}} {{--
    • لينك تجريبيى
    • --}} {{--
    • لينك تجريبيى
    • --}} {{--
    • --}} {{-- لينك تجريبي مع قائمة--}} {{--
    • --}} {{--
    • لينك
    • --}} {{--
    • --}} {{-- --}} {{-- لينك جديد--}} {{-- --}} {{-- --}} {{--
        --}} {{--
      • لينك جديد
      • --}} {{--
      • لينك جديد
      • --}} {{--
      • لينك
      • --}} {{--
      --}} {{--
    • --}} {{--
    --}} {{--
  • --}}
  • {{__('theme.nav.contact_us')}}
    {{--
  • --}} {{-- --}} {{-- {{__('theme.nav.shipping_to')}}--}} {{-- --}} {{-- --}} {{--
      --}} {{--
    • الكويت
    • --}} {{--
    • الامارات العربية
    • --}} {{--
    • تركيا
    • --}} {{--
    • البحرين
    • --}} {{--
    • قطر--}} {{--
    • --}} {{--
    --}} {{--
  • --}}
  • {{__('theme.country')}}
      @foreach($all_countries as $country) @php $country_translation = $country->translations->where('language_id',getLocaleId())->first(); @endphp
    • {{$country_translation->name ?? $country->name}}
    • @endforeach {{--
    • الامارات العربية
    • --}} {{--
    • --}} {{-- البحرين--}} {{--
    • --}} {{--
    • قطر
    • --}}
  • {{__('theme.nav.lang')}}
      @foreach (config('active_locales') as $lang)
    • {{ $lang->code == \App::getLocale() ? '✓' : '' }} {{ $lang->language }}
    • @endforeach
  • {{--
  • --}} {{-- --}} {{-- {{__('theme.nav.currency')}}--}} {{-- --}} {{-- --}} {{--
      --}} {{--
    • الريال (SAR)
    • --}} {{--
    • درهم (AED)
    • --}} {{--
    • دينار (KWD)
    • --}} {{--
    • دولار (USD)
    • --}} {{--
    --}} {{--
  • --}}