@if($products) @foreach($cartItems as $cartItem) @endforeach
Foto Nome Quantidade Preço
Subtotal {{config('cart.currency_symbol')}} {{ number_format($subtotal, 2, ',', '.') }}
Frete {{ config('cart.currency_symbol')}} {{ $valorFrete }}
Impostos {{ config('cart.currency_symbol')}} {{ $tax }}
Total {{config('cart.currency_symbol')}} {{ number_format($total, 2, ',', '.') }}
@if(isset($cartItem->product->slug)) @else @endif @if(isset($cartItem->cover)) @if (isset($cartItem->product->slug)) {{ $cartItem->name }} @else cover") }}" alt="{{ $cartItem->name }}" class="img-fluid z-depth-2 rounded"> @endif @else @endif

{{ $cartItem->name }}
@if(isset($cartItem->options) && $cartItem->options->has('combination')) @foreach($cartItem->options->combination as $option) {{$option['value']}} @endforeach @endif


@if(isset($cartItem->product->description)) {!! $cartItem->product->description !!} @else {!! $cartItem->description !!} @endif
@if(isset($cartItem->rowId)) @if ($finaliza)
@else
{{ csrf_field() }}
@endif @else
@endif
@if(isset($cartItem->rowId) && !$finaliza)
{{ csrf_field() }}
@endif
{{config('cart.currency_symbol')}} {{ number_format($cartItem->price, 2, ',', '.') }}
@endif