@extends('layouts.app') @section('title', 'Platform Settings') @section('content') @include('super-admin.partials.nav') @php $tabs = [ 'platform' => ['label' => 'Platform', 'icon' => 'bolt'], 'branding' => ['label' => 'Branding', 'icon' => 'sparkles'], 'legal' => ['label' => 'Legal / GDPR', 'icon' => 'shield'], 'notifications' => ['label' => 'Defaults', 'icon' => 'alerts'], 'maintenance' => ['label' => 'Maintenance', 'icon' => 'wrench'], 'apps' => ['label' => 'Apps', 'icon' => 'download'], ]; @endphp
2FA is off by default. Enable Optional/Required here (and/or admin requirement below) when you are ready.
Turn on any combination. Payers choose among the enabled methods. Auto-renew with a saved card remains Paystack-only (Paystack must stay enabled).
Self-serve trials convert at {{ \App\Support\Currency::format((float) ($settings['subscription_price_usd'] ?? 3.99), $settings['subscription_currency'] ?? 'USD', true) }} / {{ (int) ($settings['subscription_interval_days'] ?? 30) }} days (edit under Subscription). Fields below are legacy offline/pending registration only.
Webhook: {{ $paystackWebhookUrl }}
{{ $paystackWebhookUrl }}
Webhook: {{ $hubtelWebhookUrl }}
{{ $hubtelWebhookUrl }}
Webhook: {{ $stripeWebhookUrl }} (event: checkout.session.completed)
{{ $stripeWebhookUrl }}
Webhook: {{ $paypalWebhookUrl }} (event: PAYMENT.CAPTURE.COMPLETED)
{{ $paypalWebhookUrl }}
Payers submit amount, transaction ID, phone, and a document. Super Admins approve under Payments.
Payers submit amount, the bank details they paid from, and a document. Super Admins approve under Payments.
Edit GDPR-facing public pages. Live at Privacy, Terms, Cookies.
These are platform default values. Companies can still override their own settings.
Upload local APK/IPA files and optional store URLs. Empty store URLs and missing files show as “Coming soon” on the public download page. Files can be up to 100 MB. PHP upload_max_filesize must allow the same.
upload_max_filesize
{{ $group['summary'] }}
@if (!empty($slot['has_file'])) File uploaded. New upload replaces it. @else No file uploaded — visitors see Coming soon. @endif
Leave blank to show Coming soon.