background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif>
@if ($shortcode->background_image_1 || $shortcode->background_image_2)
@if ($backgroundImage1 = $shortcode->background_image_1) {{ RvMedia::image($backgroundImage1, $shortcode->title) }} @endif @if ($backgroundImage2 = $shortcode->background_image_2) {{ RvMedia::image($backgroundImage2, $shortcode->title) }} @endif
@endif
@if ($shortcode->image || $shortcode->image_1)
@if ($image = $shortcode->image) {{ RvMedia::image($image, $shortcode->title) }} @endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, $shortcode->title, attributes: ['data-parallax' => '{"y" : 100 }']) }} @endif
@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
@foreach ($tabs as $tab) @if ($tab['title'] && $tab['description'])

$loop->first]) >

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

@endif @endforeach