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

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

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

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

@endif
@foreach($faqsChunk as $faqs)
$loop->last])>
@foreach($faqs as $faq)
$loop->parent->first && $loop->first]) data-bs-parent=".accordion">

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

@endforeach
@endforeach