{{ $section['section_title'] ?? '' }} {{ $section['section_title_last'] ?? '' }}

{{ $section['section_label'] ?? 'Find answers to common questions below.' }}

@if(!empty($section['section_content']) && $section['section_content']->count() > 0)
@foreach($section['section_content'] as $index => $faq)

{!! nl2br(e($faq->answer)) !!}
@endforeach
@else
{{ __('No FAQs available at the moment.') }}
@endif