@extends('themes.alnakhlawy.app') @section('content') {{$title}} {{__('Home')}} {{$page->title}} @foreach($faqs ?? [] as $faq) @php $locale = \App::getLocale(); $faq = (array) $faq; $faq['question'] = $faq['question_'.$locale]; $faq['answer'] = $faq['answer_'.$locale]; @endphp {{$faq['question']}} {{$faq['answer']}} @endforeach {{ $faqs->links() }} @endsection
{{$faq['answer']}}