@extends('layouts.app') @section('title', 'Frequently Asked Questions | Kevron Suites') @push('scripts') @php $faqList = []; foreach($categories as $category) { foreach($category->faqs as $faq) { $faqList[] = [ '@type' => 'Question', 'name' => $faq->question, 'acceptedAnswer' => [ '@type' => 'Answer', 'text' => $faq->answer ] ]; } } @endphp @endpush @section('content') Help Center Frequently Asked Questions Have questions about your stay, pricing rules, or airport pickup? Find answers to our most popular questions here. @foreach($categories as $category) @if($category->faqs->count() > 0) {{ $category->name }} @foreach($category->faqs as $faq) id }} ? null : {{ $faq->id }}" class="w-full flex items-center justify-between text-left focus:outline-none py-2 text-xs sm:text-sm font-bold text-slate-900 dark:text-white hover:text-blue-900 dark:hover:text-cyan-400 transition-colors"> {{ $faq->question }} {{ $faq->answer }} @endforeach @endif @endforeach Still need help? Our executive concierge team is available 24/7 to answer your enquiries. Contact Concierge @endsection
Have questions about your stay, pricing rules, or airport pickup? Find answers to our most popular questions here.
Our executive concierge team is available 24/7 to answer your enquiries.