@if (Auth::check())
  {{Auth::user()->wallet}}
@endif
Choose the items you would like to Withdraw
Sort by
Price descending
Price ascending
Name descending
Name ascending
Loading equipment...
Total items: 0 (Maximum 20 items)
Total Worth: 0
Wager Amount: {{Auth::user()->wager}} (Maximum worth you can withdraw)
WITHDRAW
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