htmlAttributes() !!} class="shortcode-faqs shortcode-faqs-style-2 section-faqs-1 section-padding position-relative">
@if ($image = $shortcode->image) {{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-4']) }} @endif @if ($tabs)
@foreach($tabs as $tab) @continue( ! $tabTitle = Arr::get($tab, 'title')) @php $iconImage = Arr::get($tab, 'icon_image'); $icon = Arr::get($tab, 'icon'); @endphp
@if ($iconImage) {{ RvMedia::image($iconImage) }} @else @endif
{!! BaseHelper::clean($tabTitle) !!} @if ($description = Arr::get($tab, 'description'))

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

@endif
@endforeach
@endif
@if ($title = $shortcode->title)

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

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

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

@endif @include(Theme::getThemeNamespace("partials.shortcodes.faqs.styles.style-1"))
@if ($backgroundImage = $shortcode->background_image) {{ RvMedia::image($backgroundImage, attributes: ['class' => 'position-absolute top-0 start-0 z-0']) }} @endif