@props(['user', 'generation' => 1]) {{-- Trigger button --}} {{-- Modal --}}
{{ $user->email }} · @{{ $user->username }}
Verification
Email Verified
{{ \Carbon\Carbon::parse($user->email_verified_at)->format('M j, Y') }}
Email Unverified
@endifKYC Approved
@elseif($user->kyc_status == 2)KYC Pending
@elseKYC Not Done
@endifAI Bots
Active
{{ $user->active_bots ?? 0 }}
Pending Trades
Bids
{{ $user->pending_bids ?? 0 }}
Sells
{{ $user->pending_sells ?? 0 }}
Team
Downline members
{{ $user->team_count }}