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

{{ $title }}

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

{{ $subtitle }}

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