* {{ __('Education') }} * {{ __('System') }} * {{ __('can') }} * {{ __('Make ') }} * {{ __('Change ') }} *
img
img
{{ $faqSection?->content?->short_title }}

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

{!! clean(processText($faqSection?->content?->description)) !!}

@foreach ($faqs as $faq)

{{ $faq?->answer }}

@endforeach