@php $isConfigurable = $product->variations()->count() > 0; @endphp
{!! RvMedia::image($product->image, $product->name, 'product-thumb', attributes: ['class' => 'card-img-top']) !!}
@include(EcommerceHelper::viewPath('includes.product-price')) @if(EcommerceHelper::isReviewEnabled()) @include(EcommerceHelper::viewPath('includes.rating')) @endif
@if (EcommerceHelper::isCartEnabled()) @endif