@foreach ($faqs ?? [] as $key => $value) @foreach ($value->faqLanguages as $faqLang)

{!! $faqLang['answer'] ?? '' !!}
@endforeach @endforeach