{{ $product->name }}

@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif @if (is_plugin_active('marketplace') && $product->store->id) @endif
@include(Theme::getThemeNamespace('views.ecommerce.includes.product-price')) @if (EcommerceHelper::isCartEnabled())
@if($product->has_variations) {{ __('Add') }} @else {{ __('Add') }} @endif
@endif