@extends('layouts.app') @section('content')

Frequently Asked Questions

Find answers to common questions about Elderly Care Connect and how you can make a difference.

@if(!empty($search))
Search results for: "{{ $search }}"
@endif
@if(empty($search))

Browse by Category

Select a category to find specific information

@foreach($categories as $category) @endforeach
@endif
@forelse($faqs as $categoryId => $items)

{{ $categories[array_search($categoryId, array_column($categories, 'id'))]['title'] }}

@foreach($items as $index => $faq)

{{ $faq['answer'] }}

@endforeach
@empty

No results found

We couldn't find any FAQs matching "{{ $search }}"

View all FAQs
@endforelse

Still have questions?

If you couldn't find the answer to your question, please contact our support team.

Contact Support
@endsection @push('scripts') @endpush