• {{ trans('shop') }} {{-- Only show list store if store is 1 --}} @if (sc_config_global('MultiStorePro') && sc_store_active() && config('app.storeId') == 1)
      @foreach (sc_store_active() as $storeActive)
    • {{ $storeActive->getTitle() }}
    • @endforeach
    @endif {{-- End show list store --}}
  • {{ trans('front.blog') }}
  • @if (!empty(sc_config('Content')))
  • {{ trans('front.cms_category') }} @php $nameSpace = sc_get_plugin_namespace('Cms','Content').'\Models\CmsCategory'; $cmsCategories = (new $nameSpace)->getCategoryRoot()->getData(); @endphp
      @foreach ($cmsCategories as $cmsCategory)
    • {{ sc_language_render($cmsCategory->title) }}
    • @endforeach
  • @endif @if (!empty($sc_layoutsUrl['menu'])) @foreach ($sc_layoutsUrl['menu'] as $url)
  • target =='_blank')?'target=_blank':'' }} href="{{ sc_url_render($url->url) }}">{{ sc_language_render($url->name) }}
  • @endforeach @endif @guest
  • {{ trans('front.login') }}
  • Join As Vendor
  • @else
  • {{ trans('account.my_profile') }}
    • {{ trans('front.my_profile') }}
    • {{ trans('front.logout') }}
    • {{--
    • --}} {{-- {{ trans('front.wishlist') }} --}} {{-- {{ Cart::instance('wishlist')->count() }}--}} {{-- --}} {{--
    • --}} {{--
    • --}} {{-- {{ trans('front.compare') }} --}} {{-- {{ Cart::instance('compare')->count() }}--}} {{-- --}} {{--
    • --}}
      @csrf
  • Join As Vendor
  • @endguest
    We make luxury wedding affordable find vendor
    @csrf
    @if (count($sc_languages)>1)
    • @foreach ($sc_languages as $key => $language)
    • {{ $language['name'] }}
    • @endforeach
  • @endif @if (count($sc_currencies)>1)
  • {{ sc_currency_info()['name'] }}
      @foreach ($sc_currencies as $key => $currency)
    • code == sc_currency_info()['code']) ? 'disabled': '' }}> {{ $currency->name }}
    • @endforeach
  • @endif
{{ trans('Favourite Vendor') }} {{ Cart::instance('wishlist')->count() }}
{{ trans('') }} {{ Cart::instance('wishlist')->count() }}