@php Theme::asset()->remove('app-js'); Theme::set('pageName', $product->name); @endphp

{{ $product->name }}

{{ format_price($product->front_sale_price_with_taxes) }} front_sale_price == $product->price) style="display: none" @endif>{{ format_price($product->price_with_taxes) }}
front_sale_price == $product->price) style="display: none" @endif> {{ get_sale_percentage($product->price, $product->front_sale_price) }} {{ __('Off') }}
@if (EcommerceHelper::isReviewEnabled()) @if ($product->reviews_count > 0)
({{ $product->reviews_count }})
@endif @endif

{!! clean($product->description, 'youtube') !!}

@if ($product->variations()->count() > 0)
{!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'view' => Theme::getThemeNamespace() . '::views.ecommerce.attributes.swatches-renderer' ]) !!}
@endif
@csrf {!! apply_filters(ECOMMERCE_PRODUCT_DETAIL_EXTRA_HTML, null) !!} @if (EcommerceHelper::isCartEnabled())
 
@if ($product->isOutOfStock()) ({{ __('Out of stock') }}) @endif

@endif
@if (EcommerceHelper::isCartEnabled()) @endif @if (EcommerceHelper::isQuickBuyButtonEnabled())   @endif


  • {{ __('SKU') }}: {{ $product->sku }}
  • {{ __('Category') }}: @foreach ($product->categories()->get() as $category) {{ $category->name }}@if (!$loop->last),@endif @endforeach
  • @if (!$product->tags->isEmpty())
  • {{ __('Tags') }}: @foreach ($product->tags as $tag) @if (!$loop->last),@endif @endforeach
  • @endif
{{ __('Share') }}:
{!! clean($product->content, 'youtube') !!}
@if (theme_option('facebook_comment_enabled_in_product', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif
@if (EcommerceHelper::isReviewEnabled())
{{ __(':count Reviews For :product', ['count' => $product->reviews_count, 'product' => $product->name]) }}
{{ __('Add a review') }}
@if (!auth('customer')->check())

{{ __('Please') }} {{ __('login') }} {{ __('to write review!') }}

@endif {!! Form::open(['route' => 'public.reviews.create', 'method' => 'post', 'class' => 'row form-review-product']) !!}
{!! Form::close() !!}
@endif
@php $crossSellProducts = get_cross_sale_products($product); @endphp @if (count($crossSellProducts) > 0)

{{ __('Customers who bought this item also bought') }}

@endif

{{ __('Related Products') }}