@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; @endphp
@if($title || $subtitle) @if($subtitle) {!! BaseHelper::clean($subtitle) !!} {!! Theme::partial('section-title-shape') !!} @endif @if($title)

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

@endif @endif
@include(Theme::getThemeNamespace('views.ecommerce.includes.product.countdown'), ['endDate' => $flashSale->end_date])