@if ($product)
{!! RvMedia::image($product->image, $product->name, 'small') !!} @if ($product->isOutOfStock())
{{ __('Out Of Stock') }}
@else @if ($product->productLabels->count())
@foreach ($product->productLabels as $label) color) style="background-color: {{ $label->color }} !important;" @endif>{{ $label->name }} @endforeach
@else @if ($product->front_sale_price !== $product->price)
{{ get_sale_percentage($product->price, $product->front_sale_price) }}
@endif @endif @endif
{!! BaseHelper::clean($product->name) !!} @if (is_plugin_active('marketplace') && $product->store->id)

{{ __('Sold by') }}: {{ $product->store->name }}

@endif @if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif
{!! Str::limit(clean(strip_tags($product->description)), 120) !!}
{!! apply_filters('ecommerce_before_product_price_in_listing', null, $product) !!}

{{ format_price($product->front_sale_price_with_taxes) }} @if ($product->front_sale_price !== $product->price) {{ format_price($product->price_with_taxes) }} @endif

{!! apply_filters('ecommerce_after_product_price_in_listing', null, $product) !!} @if (EcommerceHelper::isCartEnabled()) 'none']) !!}>{{ __('Add to cart') }} @endif
@endif