@foreach ($cart->items as $item) @php $product = $item->vwProduct; @endphp associatedCategory->url_path}/{$product->url_key}") }}" @mouseover="isHovering = true" @mouseout="isHovering = false" :class="{'shadow': isHovering}">
{{ $product->name }}
{{ $product->name }}
{!! $product->priceHTML !!}

{{ __('shop::app.checkout.onepage.quantity') }} : {{ $item->quantity }}

@if( !@$product->haveSufficientQuantity() && ($product->associatedCategory->is_preorder_active || $product->associatedCategory->is_pre_register_active) ) {!! @$product->getPreorderLinerHtml() !!} @endif
@endforeach