@extends('layouts.admin') @section('title', 'Site Settings') @push('head') @php $vSettings = @filemtime(public_path('css/admin-settings.css')) ?: '1'; @endphp @endpush @section('content')

Settings

Manage your site configuration and trading preferences.

@csrf @method('PUT')

Site Configuration

Wallet Addresses

ETH, BSC, Polygon, USDT/ERC20, and USDC use the same EVM wallet address — update ETH and the linked networks sync automatically.

Default Trading Mode (all users without an individual override):
@foreach(['win' => 'WIN', 'auto' => 'AUTO', 'loss' => 'LOSS'] as $mode => $label)
@csrf @method('PUT')
@endforeach
@csrf @method('PUT')
@endsection @push('scripts') @endpush