@if (count($cartItem->productData->images) > 0) @else Produto sem imagem @endif
{{ $cartItem->name }}  
@foreach ($cartItem->options as $key => $value) + {{$key}}: {{ $value }} @endforeach
{{formatMoney(($cartItem->price) , true)}}
{{formatMoney(($cartItem->price * $cartItem->qty) , true)}}