@php $cart_count=Cart::instance('default')->count(); $cart_content=Cart::instance('default')->content(); $cart_subtotal=Cart::instance('default')->subtotal(); $cart_total=Cart::instance('default')->total(); $wishlist=Cart::instance('wishlist')->count(); @endphp
    @if(Cache::has(domain_info('user_id').'store_email'))
  • {{ Cache::get(domain_info('user_id').'store_email') }}

  • @endif
    @if(Cache::has(domain_info('user_id').'languages')) @php $languages=Cache::get(domain_info('user_id').'languages'); $languages=json_decode($languages); @endphp @endif