@if ($product->productLabels->count())
@foreach ($product->productLabels as $label)
color" => $label->color])>
{{ $label->name }}
@endforeach
@endif
@if (EcommerceHelper::isCompareEnabled())
@endif
@if (EcommerceHelper::isWishlistEnabled())
@endif
{{ format_price($product->front_sale_price_with_taxes) }}
@if($product->isOnSale())
{{ format_price($product->price_with_taxes) }}
@endif
@if(EcommerceHelper::isCartEnabled())
@endif