@extends('layouts.dash2') @section('title', $title) @section('content')
@include('partials._mobile_header', [ 'title' => 'Support Center', 'showBackButton' => true, 'backUrl' => route('dashboard'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])

Submit a Support Ticket

We're here to help. Tell us about your issue and we'll find a solution.

@csrf

Be specific to help us understand your issue

Select based on urgency of your request

Include any relevant details that might help us resolve your issue

Support Information

Our support team typically responds within 24 hours. For urgent matters, please select "High Priority" and we'll do our best to assist you sooner.

Quick Help

Find answers to common questions

@php $quickHelp = [ [ 'question' => 'How to make a transfer?', 'answer' => 'Go to Transfer section and select Local or International transfer. Enter recipient details, amount, and confirm with your PIN.', 'icon' => 'fa-solid fa-paper-plane' ], [ 'question' => 'How to apply for a card?', 'answer' => 'Visit Cards section and click Apply for Virtual Card. Fill out the application form and wait for approval.', 'icon' => 'fa-solid fa-credit-card' ], [ 'question' => 'How to check my balance?', 'answer' => 'Your balance is displayed on the main dashboard. You can toggle visibility using the eye icon.', 'icon' => 'fa-solid fa-wallet' ], [ 'question' => 'How to enable 2FA?', 'answer' => 'Go to Settings > Security > Two-Factor Authentication and follow the setup instructions.', 'icon' => 'fa-solid fa-shield' ], [ 'question' => 'How to deposit funds?', 'answer' => 'Click on Deposit from the dashboard, select your preferred payment method, and follow the instructions.', 'icon' => 'fa-solid fa-plus' ], [ 'question' => 'How to track transactions?', 'answer' => 'Visit the Transactions page to view your complete transaction history with filters and search options.', 'icon' => 'fa-solid fa-chart-line' ] ]; @endphp @foreach($quickHelp as $index => $help)
@endforeach

Still need help?

24/7 Support

Live Chat

Fast Response

@endsection