{{json_field($site_content,'faq')}}

{{json_field($site_content,'faq_desc')}}

@foreach($questions as $question) @if(($loop->index + 1) % 2 != 0)
@endif

{!! $question->answer !!}

@if(($loop->index + 1) % 2 == 0)
@endif @endforeach