{{-- Platform Configuration Settings Form --}}
💡

Platform Settings: These settings control core platform behavior and financial operations.

Financial Settings

Platform commission on all transactions

@error('commission_rate')

{{ $message }}

@enderror

Minimum amount users can deposit

@error('minimum_deposit')

{{ $message }}

@enderror

Maximum amount users can deposit

@error('maximum_deposit')

{{ $message }}

@enderror

Minimum amount users can withdraw

@error('minimum_withdrawal')

{{ $message }}

@enderror

Maximum amount users can withdraw

@error('maximum_withdrawal')

{{ $message }}

@enderror

Compliance Settings

KYC Required for Withdrawals

Require identity verification before users can withdraw funds

Financial Guidelines

💰

Commission Rate: Industry standard is 3-10%. Higher rates may deter users.

📊

Deposit Limits: Balance accessibility with risk management.

🔒

KYC Compliance: Required in most jurisdictions for financial platforms.

⚖️

Legal Compliance: Ensure all settings comply with local regulations.

⚠️

Important: Changes to financial settings may affect existing transactions. Consider user communication before making changes.