@if(!empty(pagesetting('students_faqs_data')) || !empty(pagesetting('tutors_faqs_data')))
@if(!empty(pagesetting('students_faqs_data')))
@foreach(pagesetting('students_faqs_data') as $key => $faq)
@if(!empty($faq['question']) || !empty($faq['answer']))
@if(!empty($faq['question']))
@endif
@if(!empty($faq['answer']))
@endif
@endif
@endforeach
@endif
@if(!empty(pagesetting('tutors_faqs_data')))
@foreach(pagesetting('tutors_faqs_data') as $key => $faq)
@if(!empty($faq['question']) || !empty($faq['answer']))
@if(!empty($faq['question']))
@endif
@if(!empty($faq['answer']))
@endif
@endif
@endforeach
@endif
@endif