@if ($image = $shortcode->image) {{ RvMedia::image($image, 'image') }} @endif @if (($dataCount = $shortcode->data_count) && ($dataCountDes = $shortcode->data_count_description))

{{ $dataCount }}

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

@endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif
@if ($image1 = $shortcode->image_1)
{{ RvMedia::image($image1, 'image') }}
@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