ORDER SUMMARY
SKU
Description
Price
Qty
Subtotal
@foreach(Cart::content() as $item)

{{$item->options->sku}}

{{$item->name}}

$ {{$item->price}}

{{$item->qty}}

$ {{$item->total}}

@endforeach