Success
@if(session('success')) @endif
@csrf
@php $u = Auth::user(); $av = $u->avatar ?? null; if (empty($av)) { $displayPhoto = 'https://ui-avatars.com/api/?name='.urlencode($u->Name ?? 'User').'&background=120324&color=ffffff&size=128'; } else { $displayPhoto = (str_contains($av, 'http')) ? $av : asset('uploads/profile/'.$av).'?t='.time(); } @endphp
@csrf
{{ Auth::user()->Email ?? 'email@example.com' }}
UID: {{ Auth::user()->id ?? '572516' }}
Balance
৳{{ number_format(Auth::user()->Balance ?? 0, 2) }}
Winning
৳{{ number_format(Auth::user()->Winning ?? 0, 2) }}
{{ Auth::user()->Total_Played ?? 1 }}
Total Play
{{ Auth::user()->refer_count ?? 0 }}
Total Refer
Deposit
Withdraw
Gift
Download App
Install on your home screen
My Profile
View and update your profile details
My Wallet
Manage your funds and transactions
Withdraw
Cashout your winnings safely
Refer & Earn
Invite friends and get huge rewards
Leaderboard
See top ranking players
Notifications
View latest updates and alerts
Support
Technical assistance 24/7
Upload Screenshot
Submit screenshots for support
Terms & Conditions
Read our platform rules and policies
Developer Profile
View this website developer info
Logout
Logout
Are you sure you want to log out?
Cancel
@csrf
Yes, Logout
@include('partials.bottom-nav')