@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
{{ Cache::get(domain_info('user_id').'store_email') }}
@if(Cache::has(domain_info('user_id').'store_email'))