@extends('layouts.pages') @section('title', 'Frequently Asked Questions - The LaLiT Hotels') @section('meta_description', 'Find answers to frequently asked questions about The LaLiT Hotels membership program, bookings, and services.') @section('meta_keywords', 'FAQ, frequently asked questions, The LaLiT Hotels, membership, booking, support') @section('content')

Frequently Asked Questions

Find answers to the most commonly asked questions about The LaLiT Hotels membership program, services, and booking process.
@if($faqsByCategory->count() > 0) @if($faqsByCategory->count() > 1)
Quick Navigation
@foreach($faqsByCategory->keys() as $category) {{ $category }} @endforeach
@endif @foreach($faqsByCategory as $category => $categoryFaqs)
@if($faqsByCategory->count() > 1)

{{ $category }}

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

{{ $faq->question }}

{!! $faq->answer !!}
@endforeach
@endforeach

Still Have Questions?

Can't find the answer you're looking for? Our customer support team is here to help you.

@else

No FAQs Available

We're working on adding frequently asked questions. Please check back soon or contact our support team for assistance.

Contact Support
@endif
@endsection