background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif>
@if($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif
{{ __('Prev') }}
{{ __('Next') }}
@foreach($products as $product)
{{ $product->name }}
@include(EcommerceHelper::viewPath('includes.product-price'), [ 'product' => $product, 'priceOriginalClassName' => 'tpproduct__priceinfo-list-oldprice', ])
@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }}) @endif
@endforeach