@extends('layouts.admin') @section('contents')
Account Balance
Total Deposits
Total Withdrawals
Bot Activations
Bot Capital
Bot Profits
Direct Referrals
{{ $user->name }}
{{ $user->gender }}
Registered:
Status: Active
Email: verified
KYC: Verified
Username
{{ $user->username ?? 'Not Set' }}
{{ $user->email ?? 'Not Set' }}
Gender
{{ $user->gender ?? 'Not Set' }}
Address
{{ $user->address ?? 'Not Set' }}
State
{{ $user->state ?? 'Not Set' }}
Country
{{ $user->country ?? 'Not Set' }}
Phone
{{ $user->phone ?? 'Not Set' }}
D.o.B
{{ $user->dob ?? 'Not Set' }}
Referred By
{{ $user->referred_by ?? 'Direct Signup' }}