@extends('layouts.public') @section('title', 'Frequently Asked Questions - ' . config('app.name')) @section('meta_description', 'Frequently asked questions about Shavhani Attorneys — consultations, fees, RAF/PRASA claims, and more.') @push('schema') @endpush @section('content') @forelse(\App\Models\FAQ::where('is_active', true)->orderBy('order')->get() as $faq) {{ $faq->question }} + {!! nl2br(e($faq->answer)) !!} @empty FAQs will be available soon. @endforelse Still have questions? Contact Us @endsection
FAQs will be available soon.
Still have questions?