@if ($product->isOutOfStock()) {{ __('Out Of Stock') }} @else @if ($product->productLabels->count()) @foreach ($product->productLabels as $label) color) style="background-color: {{ $label->color }}" @endif>{{ $label->name }} @endforeach @endif @endif
{{ $product->name }}
{{ $product->name }}
{{ format_price($product->front_sale_price_with_taxes) }} @if ($product->front_sale_price !== $product->price) {{ format_price($product->price_with_taxes) }}
{{ __(':percentage Off', ['percentage' => get_sale_percentage($product->price, $product->front_sale_price)]) }}
@endif
@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif
{{ __('Already Sold') }}: {{ $product->pivot->sold }} {{ __('Available') }}: {{ $product->pivot->quantity - $product->pivot->sold }}
{{ $product->pivot->quantity > 0 ? ($product->pivot->sold / $product->pivot->quantity) * 100 : 0 }}%