| image | product name | price | quantity | total |
|---|---|---|---|---|
| No cart data found. | ||||
|
@if($cartItem->product->image->name)
|
€{{ number_format($cartItem->product->price,2) }} | |||
| Image | Product | Price | Qty | Total | |
|---|---|---|---|---|---|
| No cart data found. | |||||
|
@if($cartItem->product->image->name)
|
{{-- PRODUCT NAME --}}
{{ $cartItem->product->name }} | {{-- PRICE --}}€{{ number_format($cartItem->product->price, 2) }} | {{-- QUANTITY --}}{{-- TOTAL --}} | €{{ number_format($cartItem->product->price * $cartItem->quantity, 2) }} | {{-- REMOVE --}}|