@php $faqsChunk = $faqs->chunk(ceil($faqs->count() / 2)); $keyId = 'faq-' . uniqid(); @endphp
@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