@if ($image = $shortcode->image) {{ RvMedia::image($image, $shortcode->title) }} @endif @if ($bgImage2 = $shortcode->background_image_2) {{ RvMedia::image($bgImage2, $shortcode->title, attributes: ['class' => 'shape-one']) }} @endif @if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title, attributes: ['class' => 'shape-two']) }} @endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

@endif
@if ($description = $shortcode->description)

{!! BaseHelper::clean(nl2br($description)) !!}

@endif @if(count($tabs) > 0)
    @foreach($tabs as $tab) @continue(! $tab['title'])
  • {!! BaseHelper::clean($tab['title']) !!}
  • @endforeach
@endif @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif