@if ($product instanceof \Botble\Ecommerce\Models\Product && $product->exists)
{{ RvMedia::image($product->image, $product->name, 'thumb') }}
@if (is_plugin_active('marketplace') && $product->store->getKey()) @endif

{{ $product->name }}

@include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.rating')) @include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.price'))
@endif