{{-- @if (is_plugin_active('marketplace') && $product->store->id)
@endif --}}
@if (EcommerceHelper::isReviewEnabled())
{!! Theme::partial('star-rating', ['avg' => $product->reviews_avg, 'count' => $product->reviews_count]) !!}
@endif
{!! Theme::partial('ecommerce.product-price', compact('product')) !!}
@if (!empty($isFlashSale))
{{-- @if (Botble\Ecommerce\Facades\FlashSale::isShowSaleCountLeft())
@if ($product->pivot->quantity > $product->pivot->sold)
{{ __('Sold') }}:
{{ (int) $product->pivot->sold }} /
{{ (int) $product->pivot->quantity }}
@else
{{ __('Sold out') }}
@endif
@endif --}}
{{--
--}}
@endisset
{!! Theme::partial('ecommerce.product-cart-form', compact('product')) !!}