@if($products)
| 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 }}
@if(isset($cartItem->product->description))
{!! $cartItem->product->description !!}
@else
{!! $cartItem->description !!}
@endif
|
@if(isset($cartItem->rowId))
@if ($finaliza)
|
@if(isset($cartItem->rowId) && !$finaliza) @endif | {{config('cart.currency_symbol')}} {{ number_format($cartItem->price, 2, ',', '.') }} |