background_color) style="background-color: {{ $shortcode->background_color }}" @endif @if($shortcode->background_image) style="background-image: url({{ RvMedia::getImageUrl($shortcode->background_image) }}); background-size: cover;" @endif >
{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'title' => $shortcode->title ?: $flashSale->name]) !!}
@if($buttonLabel = $shortcode->button_label) @endif
@foreach($flashSale->products as $product) @include(Theme::getThemeNamespace('views.ecommerce.includes.product-item'), ['class' => 'tp-product-offer-item swiper-slide mb-0', 'withCountdown' => true, 'endDate' => $flashSale->end_date]) @endforeach