@extends('layouts.app') @section('title', 'Frequently Asked Questions') @section('content')

Frequently Asked Questions

Find answers to common questions about our services, orders, payments, and more.

@foreach($faqs as $category => $items) @endforeach
@foreach($faqs as $category => $items) @foreach($items as $faq)
@php $categoryIcon = $icons[$category] ?? 'fa-circle'; @endphp
{{ $category }}

{{ $faq->question }}

@endforeach @endforeach

Still Need Help?

Can't find what you're looking for? Our support team is ready to help 24/7.

@endsection