* {{ __('Courses Tutors') }} * {{ __('Mentors') }} * {{ __('Internships ') }} *
img
img
{{ __('Faqs') }}

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

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

@foreach ($faqs as $faq)

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

@endforeach