{{ $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, '.', '') }} |
@if (getenv('APP_MARKET') == 'it')
{{ number_format((float)$row->bingo_fee ?? 0, 2, '.', '') }} |
@endif
{{ 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 ?? '' }} |
@if ($game_category)
{!! $row->category_name ?? '' !!} |
@endif
@if ($break_by)
{{ $row->groupedby ?? ''}}
|
@endif
@endforeach