@php $topics = [ ['icon' => 'fa-id-card', 'title' => 'Card Issues', 'desc' => 'Lost, damaged, or not reading correctly.', 'theme' => 'blue'], ['icon' => 'fa-money-bill-transfer', 'title' => 'Transaction Issues', 'desc' => 'Wrong fare deducted or failed recharge.', 'theme' => 'gold'], ['icon' => 'fa-user-check', 'title' => 'Account Verification', 'desc' => 'KYC status and document uploads.', 'theme' => 'teal'], ['icon' => 'fa-wallet', 'title' => 'Recharge & Wallet', 'desc' => 'Top-up methods and auto-reload.', 'theme' => 'purple'], ]; @endphp @component('layouts.app', [ 'title' => 'Help Center', 'metaDescription' => 'Fintech 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('frontend.partials.home.faq') @include('frontend.partials.home.cta') @endcomponent
{{ $topic['desc'] }}