@if(isset($second_range))

{{ $date_range }}

@endif @if(isset($game_report_data))
@if ($break_by) @endif @if (count($game_report_data) > 0) @foreach ($game_report_data->groupBy('currency_name') as $currencyName => $data) @if ($break_by) @endif @endforeach @foreach ($game_report_data as $k => $row) @if(isset($row['category_name'])) @else @endif @if ($break_by) @endif @endforeach @if ( $game_report_data instanceof \Illuminate\Pagination\LengthAwarePaginator) @endif @else @endif
{{ __('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') }}
@if (count($game_report_data) > 0) @endif
@endif