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

@if ($subtitle)

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

@endif
@foreach ($flashSales as $flashSale) @foreach ($flashSale->products as $product) @continue (! EcommerceHelper::showOutOfStockProducts() && $product->isOutOfStock())
{!! Theme::partial('flash-sale-product', compact('product', 'flashSale')) !!}
@endforeach @endforeach
@if ($flashSale && $showPopup == 'yes' && $flashSale->products->count()) @php $product = $flashSale->products->random(); @endphp @endif