background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif >
@if($shortcode->with_sidebar)
@include(Theme::getThemeNamespace('partials.shortcodes.ecommerce-products.partials.sidebar'))
@endif
@foreach($products as $product)
{{ RvMedia::image($product->image, $product->name) }}

{{ $product->name }}

{!! BaseHelper::clean($product->description) !!}

@include(EcommerceHelper::viewPath('includes.product-price'), [ 'priceWrapperClassName' => 'tp-featured-price-3', 'priceClassName' => '', 'priceOriginalWrapperClassName' => '', 'priceOriginalClassName' => 'old-price', ])
@endforeach
@if($shortcode->with_sidebar)
@endif