@if ($title = $shortcode->title)

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

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

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

@endif @if (count($tabs))
    @foreach($tabs as $item) @continue(! ($title = Arr::get($item, 'title')))
  • {!! BaseHelper::clean($title) !!}
  • @endforeach
@endif @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif
@if ($image = $shortcode->image)
{{ RvMedia::image($image, 'marketing-expert') }}
@endif