@php $topics = [ ['icon' => 'fa-id-card', 'title' => 'Card Issues', 'desc' => 'Lost, damaged, or not reading correctly.'], ['icon' => 'fa-money-bill-transfer', 'title' => 'Transaction Issues', 'desc' => 'Wrong fare deducted or failed recharge.'], ['icon' => 'fa-user-check', 'title' => 'Account Verification', 'desc' => 'KYC status and document uploads.'], ['icon' => 'fa-wallet', 'title' => 'Recharge & Wallet', 'desc' => 'Top-up methods and auto-reload.'], ]; @endphp @component('layouts.app', [ 'title' => 'Help Center', 'metaDescription' => 'Yatra Card Help Center — guides, live chat, ticket support, and answers for card, transaction, and account issues.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Support', 'title' => 'How Can We Help?', 'subtitle' => 'Search our knowledge base, browse a topic, or reach a real person in minutes.', ]) @foreach ($topics as $i => $topic) {{ $topic['title'] }} {{ $topic['desc'] }} @endforeach Start Live Chat Average response time: 90 seconds Raise a Ticket For issues that need investigation @include('partials.home.faq') @include('partials.home.cta') @endcomponent
{{ $topic['desc'] }}