@if ($image = $shortcode->image)
background_image) class="mask-img-two" style="-webkit-mask-image: url({{ RvMedia::getImageUrl($bgImage) }});" @endif > {{ RvMedia::image($image, $shortcode->title) }}
@endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, $shortcode->title, attributes: ['class' => 'img-two', 'data-parallax' => '{"y" : 100 }']) }} @endif
@if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title) }} @endif @if ($bgImage2 = $shortcode->background_image_2) {{ RvMedia::image($bgImage2, $shortcode->title) }} @endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

@endif
@if ($description = $shortcode->description)

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

@endif @if (! empty($tabs))
@foreach ($tabs as $tab) @continue(! $tab['title'] && ! $tab['data'])
@if ($tab['title'])

{!! BaseHelper::clean($tab['title']) !!}

@endif @if ($tab['data'])
{{ $tab['data'] }}%
@endif
@endforeach
@endif