{{ $row["aggregator_id"] }}
|
{{ $row["external_id"] }} |
{{ !empty($row['partner_name']) ? $row['partner_name'] : "" }} |
{{ !empty($row['skin_name']) ? $row['skin_name'] : "" }} |
{{ $row["username"] }}
|
@if ($row["level"])
{{ __('VIP') }}
@endif
|
{{ $row["affiliate"] }}
|
{{ $row["provider_name"] }}
|
{{ $row["rounds"] }} |
{{ $row["currency_id"] }} |
{{ $row['country'] }} |
{!! GetMoneyStr3($row["bet"], true, $row["currency_id"], true) !!} |
{!! GetMoneyStr3($row["win"], true, $row["currency_id"], true) !!} |
{!! GetMoneyStr3($row["GGR"], true, $row["currency_id"], true) !!} |
{!! GetMoneyStr3($row["avg_bet"], true, $row["currency_id"], true) !!} |
@if(Auth::user()->hasRole('SuperAdmin'))
{!! GetMoneyStr3($row["real_bonus_used"], true, $row["currency_id"], true) !!} |
@endif
{!! GetMoneyStr3($row["bonus_cost"], true, $row["currency_id"], true) !!} |
{!! GetMoneyStr3($row["rake"], true, $row["currency_id"], true) !!} |
{!! $row['last_activity'] !!} |
@if($game_category)
{!! $row["category_name"] !!} |
@endif
@if ($break_by)
{{ $row['break_by'] }}
|
@endif
@endforeach