@if (isset($second_range))
{{ __('Partner Name') }} | {{ __('Skin') }} | {{ __('Provider') }} | {{ __('Device') }} | @if (isset($group_by['category'])){{ __('Category') }} | @endif @if (isset($group_by['group_by_level'])){{ __('VIP level') }} | @endif{{ __('Affiliate') }} | {{ __('Session Count') }} | {{ __('Total players') }} | @if (isset($group_by['platform'])){{ __('Platform') }} | @endif @if (isset($group_by['time'])){{ __('Time') }} | @endif{{ __('Rounds') }} | {{ __('Bet') }} | {{ __('Win') }} | {{ __('Bonus BET') }} | {{ __('Bonus WIN') }} | {{ __('Bonus Cost') }} | {{ __('GGR') }} | {{ __('GGR no JP') }} | @if (getenv('APP_MARKET') == 'it'){{ __('Bingo Fee') }} | {{ __('JP Contribution') }} | @endif{{ __('JP Wins') }} | {{ __('Rake') }} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ !empty($row['partner_name']) ? $row['partner_name'] : '' }} | {{ !empty($row['skin_name']) ? $row['skin_name'] : '' }} | {{ $row['provider'] ?? 'N/A' }} | {{ $row['device'] }} | @if (isset($group_by['category'])){{ $row['category_name'] }} | @endif @if (isset($group_by['group_by_level'])){{ $row['level_name'] }} | @endif{{ $row['affiliate'] }} | {{ $row['session_cnt'] }} | {{ $row['player_count'] }} | @if (isset($group_by['platform'])){{ isset(Config::get('globalvar.aamsplatforms')[$row['platform']]) ? Config::get('globalvar.aamsplatforms')[$row['platform']] : $row['platform'] }} | @endif @if (isset($group_by['time'])){{ $row['break_by'] }} | @endif{{ $row['rounds'] }} | {!! GetMoneyStr3($row['bet'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['win'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus_used'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus_win'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['bonus_cost'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['GGR'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['GGRnoJP'], true, $row['currency_id'], true) !!} | @if (getenv('APP_MARKET') == 'it'){!! GetMoneyStr3($row['bingo_fee'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['jp_contribution'], true, $row['currency_id'], true) !!} | @endif{!! GetMoneyStr3($row['jp_win'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['Rake'], true, $row['currency_id'], true) !!} | |
@lang('Subtotal (:currency)', ['currency' => $currencyName]) | {{ $data->sum('session_cnt') }} | {{ $data->sum('player_count') }} | @if (!empty($group_by))@endif | {{ $data->sum('rounds') }} | {!! GetMoneyStr3($data->sum('bet'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('win'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('bonus_used'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('bonus_win'), 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) !!} | {!! GetMoneyStr3($data->sum('GGRnoJP'), true, $data['0']['currency_id'], true) !!} | @if (getenv('APP_MARKET') == 'it'){!! GetMoneyStr3($data->sum('bingo_fee'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('jp_contribution'), true, $data['0']['currency_id'], true) !!} | @endif{!! GetMoneyStr3($data->sum('jp_win'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('Rake'), true, $data['0']['currency_id'], true) !!} |