@extends('admin.layouts.app') @section('admin-content')

System Settings

Update payments, AI Studio and WhatsApp configuration.

@if (session('status'))
{{ session('status') }}
@endif
@csrf

Payments

Deposit amount, currency, gateway toggles & API keys.

PRD default is `TND`.
Stripe
Deposit checkout
PayPal
Approval redirect
PayTabs
Hosted Payment Page
Paymee / Flouci (placeholder)
Integration not implemented yet in Phase 4/5.

AI Studio

Gemini API configuration used by `/ai-studio/generate`.

WhatsApp

Messages are sent using stateless HTTP REST calls.

@php $provider = old('whatsapp.provider', $settings['whatsapp.provider'] ?? 'cloud'); @endphp
@endsection