{!! RvMedia::image($product->image, $product->name, 'small') !!}
{!! BaseHelper::clean($product->name) !!}
  • {{ __('Description') }}
  • @if (EcommerceHelper::isReviewEnabled())
  • {{ __('Reviews') }} ({{ $product->reviews_count }})
  • @endif
{{ format_price($product->front_sale_price_with_taxes) }} @if ($product->front_sale_price !== $product->price) {{ format_price($product->price_with_taxes) }} @endif @if (EcommerceHelper::isCartEnabled()) @endif