@if ($product->isOutOfStock())
{{ __('Out Of Stock') }}
@else
@if ($product->productLabels->isNotEmpty())
@foreach ($product->productLabels as $label)
color !important" => $label->color])>{{ $label->name }}
@endforeach
@else
@if ($product->front_sale_price !== $product->price)
{{ get_sale_percentage($product->price, $product->front_sale_price) }}
@endif
@endif
@endif