@if($shortcode->image)
@endif @if ($countdownTime)
  • 0 {{ __('Days') }}
  • 0 {{ __('Hours') }}
  • 0 {{ __('Minutes') }}
  • 0 {{ __('Seconds') }}
@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