У нас все по-честному. Победитель на нашем сайте определяется в прямом эфире через сервис Random.org
узнать подробнее
банк
:
{{ round($game->price*100) }}
бонусов
Победный билет:
#{{ $game->number }}
(ВСЕГО: {{ $bankTotal = $game->price * 100 }})
Победил игрок:
{{ $game->winner->username }}
(ШАНС: {{ \App\Http\Controllers\GameController::_getUserChanceOfGame($game->winner, $game) }}%)
Выигрыш:
{{ $game->price *100}}
бонусов
Игра завершена
@foreach(json_decode($chances) as $info)

{{ $info->chance }}%
@endforeach
@foreach($bets as $bet)
@foreach(json_decode($bet->items) as $i)
@if(!isset($i->img))
@if(!isset($i->img))
@else
@endif
{{ $i->price }} руб
@endif
@endforeach
@endforeach
@foreach($bets as $bet)
@include('includes.bet')
@endforeach
@endsection