@for ($i = 1; $i <= 9; $i++)
@endfor
@auth
721
{{ auth()->user()->username }}
Rp {{ number_format(auth()->user()->balance->balance ?? 0, 0, ',', '.') }}
 Deposit
@else
Daftar
@endauth
@if (empty($isErrorPage)) @endif