@extends('layouts.admin') @push('css') @endpush @section('contents')
Total Users
{{ number_format($user_query->count()) }}
Email: {{ number_format($user_query->whereNotNull('email_verified_at')->count()) }} {{ number_format($user_query->whereNull('email_verified_at')->count()) }}
KYC: {{ number_format($user_query->whereNotNull('kyc_verified_at')->count()) }} {{ number_format($user_query->whereNull('kyc_verified_at')->count()) }}
Cummulative Bal.
New: Loser Mode added. When loser mode is enabled, all trades by the user will result in loss.