{{-- {{ __('auto.玩家ID:') }}{{$info->GameID}}--}}
{{-- {{ __('auto.玩家名字:') }}{{$info->NickName}}--}}
| {{ __('auto.会员') }}ID |
{{$info->GameID}} |
{{ __('auto.昵称') }} |
{{$info->NickName}} |
{{ __('auto.历史彩金') }} / {{ __('auto.今日') }} |
{{$info->total->Handsel ?? 0}} / {{$info->today->Handsel ?? 0}} |
{{ __('auto.历史提现') }} / {{ __('auto.今日') }} |
{{$info->total->Withdraw ?? 0}} / {{$info->today->Withdraw ?? 0}} |
| {{ __('auto.注册日期') }} |
{{$info->RegisterDate}} |
{{ __('auto.历史总盈利') }} / {{ __('auto.今日') }} |
{{$info->total->Score ?? 0}} / {{$info->today->Score ?? 0}} |
{{ __('auto.历史咖啡') }} / {{ __('auto.今日') }} |
{{$info->total->Recharge ?? 0}} / {{$info->today->Recharge ?? 0}} |
|
|
| {{ __('auto.评估选项') }} |
{{ __('auto.具体数值') }} |
{{ __('auto.评估选项') }}2 |
{{ __('auto.具体数值') }} |
| {{ __('auto.累计对局数') }} |
{{$info->playerNum}} |
{{ __('auto.已领取/可领取佣金') }} |
{{$info->commission}} / {{$info->waitCommission}} |
{{-- --}}
{{-- | rummy{{ __('auto.累计对局数') }} | --}}
{{-- {{$info->rummy}} | --}}
{{-- {{ __('auto.上次提现成功时间') }} | --}}
{{-- {{$info->finalTime}} | --}}
{{--
--}}
{{-- --}}
{{-- | teenPatti{{ __('auto.累计对局数') }} | --}}
{{-- {{$info->teenPatti}} | --}}
{{-- {{ __('auto.注册IP查重') }} IP{{ __('auto.号:') }}{{$info->RegisterIP}} | --}}
{{-- --}}
{{-- @if ($info->count > 1)--}}
{{-- {{ __('auto.有重复用户') }}IP--}}
{{-- {{$info->count}}{{ __('auto.个') }}--}}
{{-- --}}
{{-- @else--}}
{{-- {{ __('auto.无重复用户') }}IP--}}
{{-- @endif--}}
{{-- | --}}
{{--
--}}
| {{ __('auto.银行卡绑定信息评估') }} {{ __('auto.卡号:') }}{{$info->BankNO->BankNo ?? 0}} |
@if ($info->BankNO->count ?? 0 > 1)
{{ __('auto.有重复用户绑定') }}
{{$info->BankNO->count ?? 0}}{{ __('auto.个') }}
@else
{{ __('auto.无重复用户绑定') }}
@endif
|
{{$userTab}} |
|
| {{ __('auto.关联提现姓名') }} |
@if (isset($info->sameWithDrawName->count) && $info->sameWithDrawName->count > 1)
{{ __('auto.关联姓名【') }} {{$info->sameWithDrawName->count ?? ''}}
】
@else
{{ __('auto.关联姓名【0】') }}
@endif
|
{{ __('auto.关联提现') }}Email |
@if (isset($info->sameWithDrawMail->count) && $info->sameWithDrawMail->count > 1)
{{ __('auto.关联Email【') }} {{$info->sameWithDrawMail->count ?? ''}}
】
@else
{{ __('auto.关联Email【') }}0】
@endif
|
{{ __('auto.关联') }}CPF |
@if (isset($info->sameCpfCount) && $info->sameCpfCount > 1)
{{ __('auto.关联CPF【') }} {{$info->sameCpfCount ?? ''}}
】
@else
{{ __('auto.关联CPF【') }}0】
@endif
|
@foreach($gameCount as $gameid=>$num)
| {{ $gameName[$gameid] }}{{ __('auto.对局数') }} |
{{ $num }} |
@endforeach