@if ($image = $shortcode->image) {{ RvMedia::image($image, 'about-us-information', attributes: ['class' => 'img-main']) }}} @endif @if (($dataCount = $shortcode->data_count) && ($dataCountDescription = $shortcode->data_count_description))
{{ $dataCount }}

{{ __('Years Experience') }}

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

@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, 'about-us-information') }}
@endif @if(count($tabs))
    @foreach($tabs as $tab) @continue(! $title = Arr::get($tab, 'title'))
  • {!! BaseHelper::clean($title) !!}
  • @endforeach
@endif
@if (($buttonUrl = $shortcode->button_url) && ($buttonLabel = $shortcode->button_label)) {!! BaseHelper::clean($buttonLabel) !!} @endif