@extends('layouts.frontend') @section('title', 'Frequently Asked Questions - Trade Plus Education') @section('content')

Frequently Asked Questions

Find answers to common questions about studying abroad

@if($faqs && $faqs->count() > 0) @foreach($faqs as $category => $categoryFaqs)

@if($category) {{ ucfirst($category) }} Questions @else General Questions @endif

@foreach($categoryFaqs as $faq)
@endforeach
@endforeach @else

No FAQs available at the moment.

Contact Us for Questions
@endif

Still Have Questions?

Our expert team is here to help you with any questions or concerns

@endsection @push('scripts') @endpush