@if(isset($second_range))
{{ __('Partner Name') }} | {{ __('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') }} | {{ __('Real Bonus Used') }} | {{ __('Bonus Cost') }} | {{ __('GGR') }} | @if (getenv('APP_MARKET') == 'it'){{ __('JP Contribution') }} | {{ __('JP Wins') }} | @endif{{ __('Rake') }} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@lang('Subtotal(:currency)', ['currency' => $currencyName]) | {{ $data->sum('session_cnt') }} | {{ $data->sum('player_count') }} | @if (isset($group_by['time']))@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_cost'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('GGR'), true, $data['0']['currency_id'], true) !!} | @if (getenv('APP_MARKET') == 'it'){!! GetMoneyStr3($data->sum('jp_contribution'), true, $data['0']['currency_id'], true) !!} | {!! GetMoneyStr3($data->sum('jp_win'), true, $data['0']['currency_id'], true) !!} | @endif{!! GetMoneyStr3($data->sum('Rake'), true, $data['0']['currency_id'], true) !!} | |||||||
{{ !empty($row['partner_name']) ? $row['partner_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_cost'], true, $row['currency_id'], true) !!} | {!! GetMoneyStr3($row['GGR'], true, $row['currency_id'], true) !!} | @if (getenv('APP_MARKET') == 'it'){!! $row['jp_contribution'] !!} | {!! $row['jp_win'] !!} | @endif{!! GetMoneyStr3($row['Rake'], true, $row['currency_id'], true) !!} | |
{{ $revenue_report_data->onEachSide(3)->links() }}
|
|||||||||||||||||||
{{ __('No results for selected params') }} |