@if (getenv('APP_MARKET') == 'it') @endif @if ($game_category) @endif @if ($break_by) @endif @foreach ($data as $k => $row) @if (getenv('APP_MARKET') == 'it') @endif @if ($game_category) @endif @if ($break_by) @endif @endforeach @if (getenv('APP_MARKET') == 'it') @endif @if ($break_by) @endif
{{ __('Aggregator ID') }} {{ __('External ID') }} {{ __('Partner Name') }} {{ __('Skin Name') }} {{ __('Username') }} {{ __('Affiliate') }} {{ __('Provider') }} {{ __('Rounds') }} {{ __('Currency') }} {{ __('Country') }} {{ __('Bet') }} {{ __('Win') }} {{ __('GGR') }} {{ __('Bingo Fee') }} {{ __('AVG Bet') }} {{ __('Bonus BET') }} {{ __('Bonus WIN') }} {{ __('Bonus Cost') }} {{ __('Rake') }} {{ __('Last activity') }} {{ __('Registration date') }} {{ __('Category') }} {{ strtoupper($break_by) ?? '' }}
{{ $row->uid ?? '' }} {{ $row->operator_id ?? '' }} {{ !empty($row->partner_name) ? $row->partner_name : '' }} {{ !empty($row->skin_name) ? $row->skin_name : '' }} {{ $row->extern_username }} @if ($row->level) {{ __('VIP') }} @endif {{ $row->affiliate ?? '' }} {{ $row->provider_name ?? '' }} {{ $row->rounds ?? 0 }} {{ $row->currency_name ?? '' }} {{ $row->country ?? '' }} {{ number_format((float)$row->bet ?? 0, 2, '.', '') }} {{ number_format((float)$row->win ?? 0, 2, '.', '') }} {{ number_format((float)$row->GGR ?? 0, 2, '.', '') }}{{ number_format((float)$row->bingo_fee ?? 0, 2, '.', '') }}{{ number_format((float)$row->avg_bet ?? 0, 2, '.', '') }} {{ number_format((float)$row->real_bonus_used ?? 0, 2, '.', '') }} {{ number_format((float)$row->bonus_win ?? 0, 2, '.', '') }} {{ number_format((float)$row->bonus_cost ?? 0, 2, '.', '') }} {{ number_format((float)$row->rake ?? 0, 2, '.', '') }} {!! $row->last_activity ?? '' !!} {{ $row->registration_date ?? '' }}{!! $row->category_name ?? '' !!} {{ $row->groupedby ?? ''}}
@lang('Subtotal(:currency)', ['currency' => $currency_name]) {{ $data->sum('rounds') }} {{ $currency_name }} {{ number_format((float)$data->sum('bet'), 2, '.', '') }} {{ number_format((float)$data->sum('win'), 2, '.', '') }} {{ number_format((float)$data->sum('GGR'), 2, '.', '') }}{{ number_format((float)$data->sum('bingo_fee'), 2, '.', '') }} {{ $data->sum('avg_bet') == 0 ? 0 : $data->sum('avg_bet') / count($data->whereNotNull('avg_bet')) ?? 0 }} {{ number_format((float)$data->sum('real_bonus_used'), 2, '.', '') }} {{ number_format((float)$data->sum('bonus_win'), 2, '.', '') }} {{ number_format((float)$data->sum('bonus_cost'), 2, '.', '') }} {{ number_format((float)$data->sum('rake'), 2, '.', '') }}