Terms & Privacy
FAQ
@foreach ($faq as $question)
@endforeach
@if ($question->block->type === 'text')
@endif
@if ($question->block->type === 'list')
@if (isset($question->block->content->upContent))
@endif
-
@foreach ($question->block->content->items as $item)
- @endforeach