@extends('master_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('new-layout') @php $currentLang = session()->get('front_lang'); $faqContent = getContent('faq_section.content', true); @endphp

{{ __($pageTitle) }}

@foreach($faqs as $faq)
{{ __('translate.Q') }} {{ $loop->iteration }}. {{ $faq->translate?->question }}

{!! clean($faq->translate?->answer) !!}

@endforeach

{{ getTranslatedValue($faqContent, 'heading', $currentLang) }}

{{ getTranslatedValue($faqContent, 'description', $currentLang) }}

@endsection