@foreach ($productImages as $image)
{{ $product->name() }}
@endforeach
@foreach ($product->productLabels as $label) {{ $label->name }} @endforeach @if (EcommerceHelper::isReviewEnabled())
{{ __(':count Reviews', ['count' => $product->reviews_count]) }} @endif

{!! BaseHelper::clean($product->name()) !!}

@if (!$product->isOutOfStock()) {{ __('In Stock') }} @endif
!$product->isOnSale()])> {{ format_price($product->front_sale_price_with_taxes) }} {{ format_price($product->price_with_taxes) }} $product->isOnSale(), 'ms-0' => !$product->isOnSale(), ])> !$product->isOnSale()])>{{ format_price($product->front_sale_price_with_taxes) }}
{!! apply_filters('ecommerce_before_product_description', null, $product) !!}

{!! BaseHelper::clean($product->trans('description')) !!}

{!! apply_filters('ecommerce_after_product_description', null, $product) !!}
@if ($product->variations->isNotEmpty()) {!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'view' => Theme::getThemeNamespace('views.ecommerce.attributes.swatches-renderer'), ]) !!} @endif {!! render_product_options($product) !!} {!! apply_filters(ECOMMERCE_PRODUCT_DETAIL_EXTRA_HTML, null, $product) !!}
@if (EcommerceHelper::isCartEnabled())
@endif @if (EcommerceHelper::isWishlistEnabled()) @endif