@if(Cart::instance('cart_'.$store->slug)->count() > 0)
@else
@endif
{{ __('Delivery') }}
{{ $store->delivery->content }} {{ __('min') }}
{{ __('Your order') }} {{ $store->name }}
@foreach(Cart::instance('cart_'.$store->slug)->content() as $cart)
@endforeach
{{ __('Subtotal') }}
{{ strtoupper($currency->value) }} {{ Cart::subtotal() }}
{{ __('No Item in your Cart') }}
{{ __("You haven't added anything in your cart yet! Start adding the products you like.") }}
{{ __('Subtotal') }}
{{ strtoupper($currency->value) }} {{ Cart::subtotal() }}