@if ($image = $shortcode->image) {{ RvMedia::image($image, 'about-us-information') }} @endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, 'about-us-information') }} @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(count($tabs))
    @foreach($tabs as $item) @continue(! ($title = Arr::get($item, 'title')))
  • {!! BaseHelper::clean($title) !!}
  • @endforeach
@endif @if ($image2 = $shortcode->image_2)
{{ RvMedia::image($image2, 'about-us') }}
@endif
@if ($description = $shortcode->description)

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

@endif @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif