с шансом {{ \App\Http\Controllers\GameController::_getUserChanceOfGame($game->winner, $game) }}%
Победил:
@if($strpos_vip >= 1)
{{ $game->winner->username }}
@else
{{ $game->winner->username }}
@endif
Банк:
{{ $game->price *100}} бонусов
Выигрыш засчитан
{{ $game->updated_at }}
@elseif($game->status_prize == \App\Game::STATUS_PRIZE_SEND)
{{ $game->updated_at }}
@else
{{ $game->updated_at }}
@endif
Пока что не было ни одной игры
@endforelse