@if(!array_key_exists('items', $cart)) @else @foreach ($cart['items'] as $i=>$item ) @endforeach @if ( !count($cart['items']) ) @endif @endif
image product name price quantity action total
No products found
{{$item['name']}}

{{ $item['qty'] }} x $ {{ number_format( $item['price'],2) }}

$ {{ number_format( $item['subtotal'],2) }}

$ {{ number_format( $item['price'],2) }}

$ {{ number_format( $item['subtotal'],2) }}

No items added, continue shopping to create order