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

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

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

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

@endif