@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
@if ($bgImage = $shortcode->background_image) {{ RvMedia::image($bgImage, $shortcode->title, attributes: ['data-aos' => 'fade-left', 'data-aos-delay' => '0']) }} @endif