@extends('layouts.admin') @section('title', 'Settings') @section('content')

Settings.

Manage your brand, communication, integrations, and platform behaviour.

@if ($tab === 'payments')
@foreach (['paystack' => 'Paystack', 'flutterwave' => 'Flutterwave', 'stripe' => 'Stripe'] as $provider => $label)
{{ $label }}{{ config('platform.payments.'.$provider.'.secret') ? 'Configured' : 'Not configured' }}

Credentials are managed securely through the server environment.

@endforeach

Customer deposit options

Choose which configured payment methods customers can use.

Manage Deposit Options
@else
@csrf @if ($tab === 'app')
Recommended: up to 60 characters.
Recommended: 150–160 characters.
PNG, JPG, or WebP. Maximum 2 MB.
PNG or ICO. Maximum 512 KB.
Shown when links are shared. Recommended size: 1200 × 630 pixels.
@elseif ($tab === 'social') @foreach (['facebook' => 'Facebook', 'x' => 'X (Twitter)', 'instagram' => 'Instagram', 'telegram' => 'Telegram', 'discord' => 'Discord', 'linkedin' => 'LinkedIn'] as $network => $label)
@endforeach @elseif ($tab === 'preferences')
@else
@endif
@endif @endsection