{{ __('Partner Name') }} | {{ __('Provider') }} | {{ __('Game name') }} | {{ __('Slot') }} | {{ __('Device') }} | {{ __('Currency') }} | {{ __('Total players') }} | {{ __('Rounds') }} | {{ __('Bet') }} | {{ __('Win') }} | {{ __('Avg Bet') }} | {{ __('Real bonus') }} | {{ __('Bonus Cost') }} | {{ __('GGR') }} | {{ __('RTP') }} | {{ __('Category') }} | {{ strtoupper($break_by) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@lang('Subtotal(:currency)', ['currency' => $currencyName]) | {{ $data->sum('total_players') }} | {{ $data->sum('total_rounds') }} | {!! GetMoneyStr3($data->sum('total_bet'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('total_win'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('avg_bet'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('bonus'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('bonus_cost'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('GGR'), true, $data['0']['currency_id'], true) !!} | {{ $data->sum('rtp') }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ $row['skin_name'] ?? 'N/A' }} | {{ $row['provider_name'] }} | {{ $row['game_name'] }} | @if ($row['is_slot'] == 1) @endif | {{ $row['device'] }} | {{ $row['currency_name'] }} | {{ $row['total_players'] }} | {{ $row['total_rounds'] }} | {!! GetMoneyStr3($row['total_bet'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['total_win'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['avg_bet'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus_cost'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['GGR'], true, $row['currency_id'], true) !!} | {{ $row['rtp'] }} | {{ $row['category_name'] }} | {{ $row['category_name_array'][0] }} @if(!empty($row['category_name_array']) && $row['category_name_array'] != null) @if(count($row['category_name_array'])!=0) ({{ count($row['category_name_array']) }}) @endif @endif | {{ $row['break_by'] }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ $game_report_data->onEachSide(3)->links() }}
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ __('No results for selected params') }} |