@if ($image = $shortcode->image)
{{ RvMedia::image($image, 'about-us-information-image') }}
@endif
@if (($dataCount = $shortcode->data_count) && ($dataCountDes = $shortcode->data_count_description))
{!! BaseHelper::clean($dataCountDes) !!} {{ $dataCount }} -
@endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

@endif
@if (count($tabs) > 0)
{!! Theme::partial('shortcodes.about-us-information.partials.featured-list', compact('tabs')) !!}
@endif @if ($description = $shortcode->description)

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

@endif
{!! Theme::partial('shortcodes.about-us-information.partials.author', compact('shortcode')) !!} @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif