@php Theme::layout('full-width'); Theme::asset()->usePath()->add('lightGallery-css', 'plugins/lightGallery/css/lightgallery.min.css'); Theme::asset()->container('footer')->usePath() ->add('lightGallery-js', 'plugins/lightGallery/js/lightgallery.min.js', ['jquery']); $product->loadMissing('productLabels'); @endphp
@foreach ($productImages as $thumb)
{{ $product->name }}
@endforeach

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

 ({!! $product->stock_status_html !!})
@if ($product->sku) {{ __('SKU') }}: {{ $product->sku }} @endif @if (EcommerceHelper::isReviewEnabled()) @if ($product->reviews_count > 0) @if ($product->sku) - @endif
({{ $product->reviews_count }})
@endif @endif

{{ format_price($product->front_sale_price_with_taxes) }}  front_sale_price == $product->price) style="display: none" @endif>{{ format_price($product->price_with_taxes) }}

@if (EcommerceHelper::isWishlistEnabled()) {{ __('Add to wishlist') }} @endif @if (EcommerceHelper::isCompareEnabled()) {{ __('Compare') }} @endif

{!! apply_filters('ecommerce_before_product_description', null, $product) !!}
{!! BaseHelper::clean($product->description) !!}
{!! apply_filters('ecommerce_after_product_description', null, $product) !!}
@if (EcommerceHelper::isCartEnabled())
@csrf @if ($product->variations()->count() > 0) {!! 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 ($product->isOutOfStock()) ({{ __('Out of stock') }}) @endif
@if (EcommerceHelper::isQuickBuyButtonEnabled())   @endif
@endif
@if (!$product->tags->isEmpty())
{{ __('Tags') }}:
@foreach ($product->tags as $tag) {{ $tag->name }} @endforeach
@endif
{!! BaseHelper::clean($product->content) !!}
@if (EcommerceHelper::isProductSpecificationEnabled() && $product->specificationAttributes->where('pivot.hidden', false)->isNotEmpty())
@include(EcommerceHelper::viewPath('includes.product-specification'))
@endif @if (is_plugin_active('faq') && count($product->faq_items) > 0)
@foreach($product->faq_items as $faq)

{!! BaseHelper::clean($faq[1]['value']) !!}
@endforeach
@endif @if (EcommerceHelper::isReviewEnabled())
@include('plugins/ecommerce::themes.includes.reviews')
@endif

{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $product) !!} @php $crossSellProducts = get_cross_sale_products($product); @endphp @if (count($crossSellProducts) > 0) @endif