@extends('layouts.admin') @section('title', 'System Settings') @section('page-title', 'System Settings') @section('page-subtitle', 'Configure platform settings and preferences') @section('title', 'Platform Settings') @section('content')

Platform Configuration

Configure all platform settings and integrations

⚙️

{{ number_format($stats['total_settings']) }}

Total Settings

💳

{{ number_format($stats['payment_gateways']) }}

Payment Gateways

🔒

{{ number_format($stats['security_settings']) }}

Security Settings

🔐

{{ number_format($stats['encrypted_settings']) }}

Encrypted Settings

@foreach($groups as $groupKey => $groupTitle)
@switch($groupKey) @case('general') 🏠 @break @case('payment') 💳 @break @case('security') 🔒 @break @case('platform') ⚙️ @break @case('features') 🎮 @break @endswitch

{{ $groupTitle }}

@switch($groupKey) @case('general') Basic platform information @break @case('payment') Payment gateway configurations @break @case('security') Security and authentication settings @break @case('platform') Platform-specific configurations @break @case('features') Feature toggles and controls @break @endswitch

@switch($groupKey) @case('general') Configure platform name, description, contact details, and basic settings. @break @case('payment') Set up payment gateways like Paystack, Flutterwave, PayPal, and Stripe. @break @case('security') Manage security settings, rate limiting, and authentication controls. @break @case('platform') Configure commission rates, deposit/withdrawal limits, and KYC requirements. @break @case('features') Enable or disable platform features like challenges, tournaments, and wallets. @break @endswitch

Configure {{ $groupTitle }}
@endforeach

Quick Actions

@csrf
🗑️

Clear All Caches

Clear application caches

📧

Test Email

Send test email

💳

Test Payment

Test payment gateway

@endsection