image) style="background: url('{{ RvMedia::getImageUrl($image) }}') no-repeat; background-position: top right; background-size: 190px" @endif>
@if ($title = $shortcode->title)

{{ $title }}

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

{{ $subtitle }}

@endif
@if($shortcode->button_label && $shortcode->button_url) {!! BaseHelper::clean($shortcode->button_label) !!} @endif
@if ($shortcode->button_url && $shortcode->button_label) {!! BaseHelper::clean($shortcode->button_label) !!} @endif @if ($shortcode->button_secondary_url && $shortcode->button_secondary_label) {!! BaseHelper::clean($shortcode->button_secondary_label) !!} @endif
@foreach($faqCategories as $category)
$loop->first]) id="faq-categories-{{ $category->id }}" role="tabpanel" aria-labelledby="tab-categories-faq-{{ $category->id }}"> @if ($category->faqs)
@foreach($category->faqs as $faq)
$loop->first]) id="collapse-faq-{{ $faq->id }}" aria-labelledby="faq-{{ $faq->id }}" data-bs-parent="#tab-categories-faq-{{ $category->id }}">
{!! BaseHelper::clean($faq->answer) !!}
@endforeach
@endif
@endforeach