@include('bingo.fonts') @php $colorStep = 180000; @endphp

Bingo Balls

USERS

Room: {{$roomId}}, {{$bingoroom->line == 1 ? 'Balls' : 'Lines'}}: {{$bingoroom->ball_limit}}, Joined: {{count($members)}}
@foreach ($members as $member) user_id" : "bot_$member->bot_id"}}"> @foreach (($member->numbers ? explode(',', $member->numbers) : []) as $number) @if ($number) @endif @endforeach @endforeach
user->profile_picture}" : "default_assets/user/default.jpg") }}">{{$member->user_id ? $member->user->username : $member->bot->name}} {{$number}}
@if ($bingoroom->user_id == Auth::id()) @endif @if($giftable == '8888') @endif @if ($bingoroom->user_id == Auth::id()) @endif
@if ($bingoroom->user_id == Auth::id())
@endif
{{floatval($useramount)}}
Total
{{floatval($bingoroom->amount)}}
Bet
B
@foreach ($selectednumbers as $number) @if ($number)
{{$number}}
@endif @endforeach
@for($j = 1; $j <= 6; $j++) @for($k = 1; $k <= 15; $k++) @php $i = ($j - 1) * 15 + $k; @endphp @endfor @endfor
{{ $i }}
@for($j = 1; $j <= 9; $j++) @for($i = 1; $i <= 10; $i++) @php $k = ($j - 1) * 10 + $i; @endphp @endfor @endfor
{{ $k }}
@foreach ($chatHistory as $item) @if ($item)
{{$item['username']}} : {{$item['message']}}
{{$item['time']}}
@endif @endforeach
@include('bingo.invite')