FAQ

@foreach ($faq as $question)
@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
@if (isset($question->block->content->endContent)) @endif @endif
@endforeach