@if (count($item->productData->images) > 0)
 }})
@else
 }})
@endif
{{ $item->name }}
@foreach ($item->options as $key => $option)
-
{{ $key }}: {{ $option }}
@endforeach
|
{{ formatMoney($item->price, true) }}
|
|
{{ formatMoney($item->price * $item->qty, true) }}
|
|
@endforeach