Players | Rounds | Bet | Real bonus | GGR | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Yesterday | @if(isset($over_all_y[$c->id][0])){{ $over_all_y[$c->id][0]->player_count }} | @else### | @endif @if(isset($over_all_y[$c->id][0])){{ $over_all_y[$c->id][0]->rounds }} | @else### | @endif @if(isset($over_all_y[$c->id][0])){!! GetMoneyStr3($over_all_y[$c->id][0]->bet, true, $over_all_y[$c->id][0]->currency_id, true) !!} | @else### | @endif @if(isset($over_all_y[$c->id][0])){!! GetMoneyStr3($over_all_y[$c->id][0]->bonus_cost, true, $over_all_y[$c->id][0]->currency_id, true) !!} | @else### | @endif @if(isset($over_all_y[$c->id][0])){!! GetMoneyStr3($over_all_y[$c->id][0]->GGR, true, $over_all_y[$c->id][0]->currency_id, true) !!} | @else### | @endif
Last Week | @if(isset($over_all_w[$c->id][0]) && isset($over_all_y[$c->id][0]) && $over_all_w[$c->id][0]->player_count != 0){{ round(($over_all_y[$c->id][0]->player_count - $over_all_w[$c->id][0]->player_count) / $over_all_w[$c->id][0]->player_count * 100, 2) }}% | @else### | @endif @if(isset($over_all_w[$c->id][0]) && isset($over_all_y[$c->id][0]) && $over_all_w[$c->id][0]->rounds != 0){{ round(($over_all_y[$c->id][0]->rounds - $over_all_w[$c->id][0]->rounds) / $over_all_w[$c->id][0]->rounds * 100, 2) }}% | @else### | @endif @if(isset($over_all_w[$c->id][0]) && isset($over_all_y[$c->id][0]) && $over_all_w[$c->id][0]->bet != 0){{ round(($over_all_y[$c->id][0]->bet - $over_all_w[$c->id][0]->bet) / $over_all_w[$c->id][0]->bet * 100, 2) }}% | @else### | @endif @if(isset($over_all_w[$c->id][0]) && isset($over_all_y[$c->id][0]) && $over_all_w[$c->id][0]->bonus_cost != 0){{ round(($over_all_y[$c->id][0]->bonus_cost - $over_all_w[$c->id][0]->bonus_cost) / $over_all_w[$c->id][0]->bonus_cost * 100, 2) }}% | @else### | @endif @if(isset($over_all_w[$c->id][0]) && isset($over_all_y[$c->id][0]) && $over_all_w[$c->id][0]->GGR != 0){{ round(($over_all_y[$c->id][0]->GGR - $over_all_w[$c->id][0]->GGR) / $over_all_w[$c->id][0]->GGR * 100, 2) }}% | @else### | @endif
Device | Players | Bet | Bet % | GGR | GGR % | |||||
---|---|---|---|---|---|---|---|---|---|---|
Desktop | @if(isset($over_d_y[$c->id][0])){{ $over_d_y[$c->id][0]->player_count }} | @else### | @endif @if(isset($over_d_y[$c->id][0])){!! GetMoneyStr3($over_d_y[$c->id][0]->bet, true, $over_d_y[$c->id][0]->currency_id, true) !!} | @else### | @endif @if(isset($over_d_y[$c->id][0]) && $over_d_y[$c->id][0]->bet != 0){{ round($over_d_y[$c->id][0]->bet / $over_all_y[$c->id][0]->bet * 100, 2) }}% | @else### | @endif @if(isset($over_d_y[$c->id][0])){!! GetMoneyStr3($over_d_y[$c->id][0]->GGR, true, $over_d_y[$c->id][0]->currency_id, true) !!} | @else### | @endif @if(isset($over_d_y[$c->id][0]) && $over_d_y[$c->id][0]->GGR != 0){{ round($over_d_y[$c->id][0]->GGR / $over_all_y[$c->id][0]->GGR * 100, 2) }}% | @else### | @endif
Mobile | @if(isset($over_m_y[$c->id][0])){{ $over_m_y[$c->id][0]->player_count }} | @else### | @endif @if(isset($over_m_y[$c->id][0]) && isset($over_d_y[$c->id][0])){!! GetMoneyStr3($over_m_y[$c->id][0]->bet, true, $over_d_y[$c->id][0]->currency_id, true) !!} | @else### | @endif @if(isset($over_m_y[$c->id][0]) && $over_m_y[$c->id][0]->bet != 0){{ round($over_m_y[$c->id][0]->bet / $over_all_y[$c->id][0]->bet * 100, 2) }}% | @else### | @endif @if(isset($over_m_y[$c->id][0])){!! GetMoneyStr3($over_m_y[$c->id][0]->GGR, true, $over_m_y[$c->id][0]->currency_id, true) !!} | @else### | @endif @if(isset($over_m_y[$c->id][0]) && $over_m_y[$c->id][0]->GGR != 0){{ round($over_m_y[$c->id][0]->GGR / $over_all_y[$c->id][0]->GGR * 100, 2) }}% | @else### | @endif
Name | Provider | Bet | GGR | RTP | |
---|---|---|---|---|---|
{{ $one['game_name'] }} | {{ $one['provider_name'] }} | {!! GetMoneyStr3($one['total_bet'], true, $c->id, true) !!} | {!! GetMoneyStr3($one['GGR'], true, $c->id, true) !!} | @if($one['GGR'] && $one['total_bet'] > 0){{ number_format((float)100-(($one['GGR'] / $one['total_bet'])*100), 1) }}% | @else### | @endif
Name | Provider | Bet | GGR | RTP | |
---|---|---|---|---|---|
{{ $one['game_name'] }} | {{ $one['provider_name'] }} | {!! GetMoneyStr3($one['total_bet'], true, $c->id, true) !!} | {!! GetMoneyStr3($one['GGR'], true, $c->id, true) !!} | @if($one['GGR'] && $one['total_bet'] > 0){{ number_format((float)100-(($one['GGR'] / $one['total_bet'])*100), 1) }}% | @else### | @endif
Name | Provider | Bet | GGR | RTP | |
---|---|---|---|---|---|
{{ $one['game_name'] }} | {{ $one['provider_name'] }} | {!! GetMoneyStr3($one['total_bet'], true, $c->id, true) !!} | {!! GetMoneyStr3($one['GGR'], true, $c->id, true) !!} | @if($one['GGR'] && $one['total_bet'] > 0){{ number_format((float)100-(($one['GGR'] / $one['total_bet'])*100), 1) }}% | @else### | @endif
Username | Rounds | Bet | Avg. Bet | GGR | Lifetime GGR | Activation date | |
---|---|---|---|---|---|---|---|
{{ $one['extern_username'] }} | {{ $one['rounds'] }} | {!! GetMoneyStr3($one['bet'], true, $c->id, true) !!} | @if($one['rounds'] > 0){!! GetMoneyStr3($one['bet'] / $one['rounds'], true, $c->id, true) !!} | @else### | @endif{!! GetMoneyStr3($one['GGR'], true, $c->id, true) !!} | {!! GetMoneyStr3($one['lifetimeGGR'][0]->GGR, true, $c->id, true) !!} | {{ $one['registration_date'] }} |
Username | Rounds | Bet | Avg. Bet | GGR | Lifetime GGR | Activation date | |
---|---|---|---|---|---|---|---|
{{ $one['extern_username'] }} | {{ $one['rounds'] }} | {!! GetMoneyStr3($one['bet'], true, $c->id, true) !!} | @if($one['rounds'] > 0){!! GetMoneyStr3($one['bet'] / $one['rounds'], true, $c->id, true) !!} | @else### | @endif{!! GetMoneyStr3($one['GGR'], true, $c->id, true) !!} | {!! GetMoneyStr3($one['lifetimeGGR'][0]->GGR, true, $c->id, true) !!} | {{ $one['registration_date'] }} |
Username | Rounds | Bet | Avg. Bet | GGR | Lifetime GGR | Activation date | |
---|---|---|---|---|---|---|---|
{{ $one['extern_username'] }} | {{ $one['rounds'] }} | {!! GetMoneyStr3($one['bet'], true, $c->id, true) !!} | @if($one['rounds'] > 0){!! GetMoneyStr3($one['bet'] / $one['rounds'], true, $c->id, true) !!} | @else### | @endif{!! GetMoneyStr3($one['GGR'], true, $c->id, true) !!} | {!! GetMoneyStr3($one['lifetimeGGR'][0]->GGR, true, $c->id, true) !!} | {{ $one['registration_date'] }} |