@if($shortcode->image)
@endif @if ($countdownTime) @include(Theme::getThemeNamespace('views.ecommerce.includes.product.countdown'), ['endDate' => $countdownTime]) @endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if ($form) {!! $form->renderForm() !!} @endif @if($shortcode->show_social_links ?? true) @if($socialLinks = Theme::getSocialLinks()) @endif @endif @if($shortcode->image)
{{ RvMedia::image($shortcode->image, $shortcode->title, attributes: ['class' => 'coming-soon-image']) }}
@endif