{!! BaseHelper::clean($product->content) !!}
@if (EcommerceHelper::isProductSpecificationEnabled() && $product->specificationAttributes->where('pivot.hidden', false)->isNotEmpty())
@include(EcommerceHelper::viewPath('includes.product-specification'))
@endif
@if (EcommerceHelper::isReviewEnabled())
@include(EcommerceHelper::viewPath('includes.reviews'))
@endif