Total won
{{Auth::user()->total_won}}
Total lost
{{Auth::user()->total_lose}}
Total profit
{{(Auth::user()->total_won)-(Auth::user()->total_lose)}}
IDChangeReasonDate
TURBO CHAT
@if (Auth::check())
@else
@endif
@if((Auth::check()) && ((Auth::user()->rank == 'user') || (Auth::user()->rank == 'gold') || (Auth::user()->rank == 'diamond') || (Auth::user()->rank == 'streamer'))) @elseif((Auth::check()) && (Auth::user()->rank == 'siteAdmin')) @elseif((Auth::check()) && (Auth::user()->rank == 'siteMod')) @elseif((Auth::check()) && (Auth::user()->rank == 'root')) @else @endif