* {{ __('Education') }} * {{ __('System ') }} * {{ __('can') }} * {{ __('Make ') }} * {{ __('Change ') }} *
img
img
{{ __('Faqs') }}

{!! clean(processText($faqSection->translation?->title)) !!}

{!! clean(processText($faqSection->translation?->sub_title)) !!}

@foreach($faqs as $faq)

{{ $faq->translation?->answer }}

@endforeach