@if($user->photo_url)
@else
{{ strtoupper(substr($user->first_name ?? 'U', 0, 1)) }}
@endif
{{ $user->first_name }} {{ $user->last_name }}
{{ $user->username ? '@' . $user->username : 'ID: ' . $user->telegram_id }}
🪙 Balance: {{ number_format($user->balance, 0) }} Coins
Tasks Completed
{{ $totalTasksCompleted }}
Total Withdrawals
{{ $totalWithdrawalsCount }}
Total Earned
{{ number_format($user->total_earned, 0) }}
Friends Referred
{{ $referralCount }}
🎁 Invite Friends & Earn
Share your referral link with friends and earn bonus coins!