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

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

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

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

@endif
@foreach ($faqCategories as $faqCategory) @foreach($faqCategory->faqs as $faq)
{!! BaseHelper::clean($faq->answer) !!}
@endforeach @endforeach