@php $keyId = 'faq-' . uniqid(); @endphp
htmlAttributes() !!} class="shortcode-faqs shortcode-faqs-style-3 section-faqs-1 section-padding position-relative">
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif @php $image = $shortcode->image; $image1 = $shortcode->image_1; @endphp @if ($image || $image1)
@if ($image) {{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-pill border border-3 border-white']) }} @endif @if ($image1) {{ RvMedia::image($image1, __('Image'), attributes: ['class' => 'position-absolute z-1 top-0 start-50 mt-3 rounded-pill border border-3 border-white']) }} @endif
@endif @if ($description = $shortcode->description)

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

@endif @php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp @if (($primaryButtonLabel && $primaryButtonUrl) || ($secondaryButtonLabel && $secondaryButtonUrl)) @endif
@if($faqs->isNotEmpty())
@foreach($faqs as $faq)
$loop->first]) data-bs-parent=".accordion">

{!! BaseHelper::clean($faq->answer) !!}

@endforeach
@endif