@extends('layouts.admin', ['heading' => 'Settings', 'subheading' => 'System configuration']) @section('content')
@csrf
Company Profile
@if(setting('company_logo'))
Current: {{ setting('company_logo') }}
@endif
Admin Controls
Admin login URL: {{ url('/'.setting('admin_slug', 'admin')) }}
Dashboard left/right metrics start from this user.
Theme Settings
Panel defaults apply when a user has not selected a personal theme preference.
Matching & Capping
Withdrawal Rules
Identity & UPI Controls
API & Notifications
SMTP Test
@csrf
WhatsApp Test
@csrf
@endsection