@if (Cart::count() > 0)
@else
empty cart
@endif
@foreach ($cartContent as $item)
@endforeach
@if (!empty($item->options->productImage->image))
@else
@endif
{{ $item->name }}
$ {{ $item->price }}
Size: {{$item->options->productImage->image}}
Color: White & Blue
total:$ {{ $item->price * $item->qty }}
Apply Discount Code
Estimate Shipping and Tax
Subtotal: ${{ Cart::subtotal() }}
Shipping: --
Taxes: $0.00
Discount: --