{{ $row["affiliate_name"] }} |
{{ $row["provider_count"] }} |
{{ $row["user_count"] }} |
{{ $row["rounds"] }} |
{!! GetMoneyStr3($row["bet"], 1, $row["currency_id"],1) !!} |
{!! GetMoneyStr3($row["win"], 1, $row["currency_id"],1) !!} |
{!! GetMoneyStr3($row["GGR"], 1, $row["currency_id"],1) !!} |
{!! GetMoneyStr3($row["bonus_cost"], 1, $row["currency_id"],1) !!} |
{!! GetMoneyStr3($row["bingo_fee"], 1, $row["currency_id"],1) !!} |
@if (isset($group_by['category']))
{{ $row['category_name'] }} |
@endif
@if (isset($group_by['time']))
{{ $row['break_by'] }} |
@endif
@endforeach
@else