@foreach (($questions ?? []) as $question) @include('components.public.utils.faq.question', [ 'question' => $question->question, 'answer' => $question->answer ]) @endforeach
@if ($showingMore) @else @endif