@extends('layouts.app') @section('title', 'Frequently Asked Questions - Primary Learning Tutor') @section('content')

❓ Frequently Asked Questions

Find answers to common questions about our platform

@if($categories->count() > 0)
Filter by Category: All @foreach($categories as $category) {{ $category }} @endforeach
@endif @if($faqsByCategory->count() > 0) @foreach($faqsByCategory as $category => $categoryFaqs)
@if($category)

{{ $category }}

@else

General

@endif
@foreach($categoryFaqs as $index => $faq)

{!! nl2br(e($faq->answer)) !!}
@endforeach
@endforeach @else

No FAQs available

Check back later for frequently asked questions!

@endif
Still have questions?

Can't find the answer you're looking for? Please feel free to contact us!

Go to Home
@endsection @push('styles') @endpush