@if ($image = $shortcode->image) {{ RvMedia::image($image, 'image') }} @endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, 'image', attributes: ['data-parallax' => '{"x" : 50 }']) }} @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 (($dataCount = $shortcode->data_count) && ($dataCountDes = $shortcode->data_count_description))
{{ $dataCount }}

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

@endif @if (count($tabs) > 0)
    @foreach($tabs as $item) @continue(! ($title = Arr::get($item, 'title')))
  • {!! BaseHelper::clean($title) !!}
  • @endforeach
@endif
{!! Theme::partial('shortcodes.about-us-information.partials.author', compact('shortcode')) !!} {!! Theme::partial('shortcodes.about-us-information.partials.contact', compact('shortcode')) !!}