@php $faqContent = getContent('faq.content', true); $faqElement = getContent('faq.element', orderById: true); @endphp

{{ __(@$faqContent->data_values->heading) }}

    @foreach ($faqElement as $faq) @if ($loop->odd)
  • ?

    {{ __($faq->data_values->question) }}

    {{ __($faq->data_values->answer) }}

  • @endif @endforeach
    @foreach ($faqElement as $faq) @if ($loop->even)
  • ?

    {{ __($faq->data_values->question) }}

    {{ __($faq->data_values->answer) }}

  • @endif @endforeach