@extends('layouts.app') @section('title', 'Contact Us - ' . ($platformSettings['platform_name'] ?? 'Gaming Platform')) @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please correct the errors below and try again.
@endif

💬 Send us a Message

Fill out our modern floating label form below and we'll get back to you through our multi-channel notification system.

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror

We respond through our multi-channel notification system within 24 hours.

🏢 Contact Information

📧

Email Support

support@{{ strtolower($platformSettings['platform_name'] ?? 'agamec') }}.com

SMTP, SendGrid & Mailgun Integration
📱

SMS Notifications

Termii, Twilio & Nexmo

Global SMS Support Available
💳

Payment Support

Paystack, Flutterwave, PayPal, Stripe

4 Secure Payment Gateways
🌍

Global Reach

Mobile-Optimized Worldwide

Cross-Platform Gaming Experience

🕒 Response Times

🔴

Critical Issues

Within 2 hours

Security, payment, account access
🟡

General Support

Within 24 hours

Technical help, features, disputes
🟢

General Inquiries

Within 48 hours

Questions, feedback, partnerships

📚 Additional Resources

📖

User Guide

Complete guide to using our platform effectively

View Guide →
🛡️

Security Center

Learn about our security measures and best practices

Learn More →
📊

Platform Status

Real-time status of our services and maintenance

Check Status →
🎮

Gaming Tips

Strategies and tips to improve your competitive play

Get Tips →
@endsection