background_image) data-background="{{ RvMedia::getImageUrl($backgroundImage) }}" @endif>
@foreach ($tabs as $tab) @continue(! $tab['data'])

{{ $tab['unit'] }}

@if ($tab['title'])

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

@endif
@endforeach
@if ($shortcode->background_image_1 || $shortcode->background_image_2)
@if ($backgroundImage1 = $shortcode->background_image_1) {{ RvMedia::image($backgroundImage1, 'shape', attributes: ['class' => 'animationFramesOne']) }} @endif @if ($backgroundImage2 = $shortcode->background_image_2) {{ RvMedia::image($backgroundImage2, 'shape', attributes: ['class' => 'animationFramesOne']) }} @endif
@endif