=
@if (Auth::check())
  {{Auth::user()->wallet}}
@endif
won
{{Auth::user()->total_won}}
lost
{{Auth::user()->total_lose}}
profit
{{(Auth::user()->total_won)-(Auth::user()->total_lose)}}
IDChangeReasonDate
CHAT
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