@extends('base.base') @section('base')
{{ __('auto.基本信息') }}
{{ __('auto.会员') }}ID {{$userInfo->GameID}}
GlobalUID {{$userInfo->GlobalUID??""}}
{{ __('auto.昵称') }} {{$userInfo->NickName}}
{{ __('auto.手机号') }} {{$userInfo->phone}} what's app
{{ __('auto.上次离线时间') }} {{$userInfo->LastLogonDate}}
{{ __('auto.当前所在房间') }} @if($userInfo->getUserOnLine == null) {{ __('auto.离线') }} @else {{ __('auto.在线(') }}{{$userInfo->getUserOnLine}}) @endif
{{ __('auto.当前手机包') }} {{ $userInfo->PackgeName }}
{{ __('auto.税收') }} {{$data['revenue']}}
{{ __('auto.游戏时长') }} {{ $userInfo->PlayTimeCount }}
{{ __('auto.用户来源') }} {{ $userSource }}
{{ __('auto.金豆信息') }}
{{ __('auto.当前金豆') }} {{ $data['score'] }}
{{ __('auto.最高分') }} {{ $userInfo->gameScoreInfo->MaxScore/100 }}
{{ __('auto.最多赢分') }} {{ $userInfo->gameScoreInfo->MaxWinScore/100 }}
{{ __('auto.最多可提现') }} {{ $data['MaxDrawBase'] }}
{{ __('auto.历史充值/今日') }} {{$data['total_cz']}} / {{$data['today_cz']}}
{{ __('auto.历史茶叶/今日') }}({{ __('auto.含手续费') }}) {{$data['withdraw']}} / {{$data['today_withdraw']}}
{{ __('auto.历史茶叶手续费') }} {{$data['serviceFee']}}
{{ __('auto.历史彩金/今日') }} {{$data['total_cellData']}} / {{$data['today_cellData']}}
{{ __('auto.历史总输赢/今日') }} {{$data['total_profit']}} / {{$data['today_profit']}}
{{ __('auto.历史充减提/今日') }} {{$data['total_realpay']}} / {{$data['today_realpay']}}
{{ __('auto.月卡已买') }}/ {{ __('auto.已领') }} {{$data['buyMonthCard']}} / {{$data['getMonthCard']}}
{{ __('auto.推广赚金充值奖金已领') }} / {{ __('auto.可领') }} {{$data['rechargeReward']}} / {{$data['rechargeLastReward']}}
{{ __('auto.推广赚金邀请注册奖金已领') }} / {{ __('auto.可领') }} {{$data['shareReward']}} / {{$data['shareLastReward']}}
{{ __('auto.来源信息') }}
{{ __('auto.注册日期(当地)') }} {{ date('Y-m-d H:i:s',strtotime($userInfo->RegisterDate))}}
{{ __('auto.注册日期(中国)') }} {{ dateConvert($userInfo->RegisterDate) }}
{{ __('auto.注册') }}IP {{$userInfo->RegisterIP}}
{{ __('auto.渠道来源') }} {{$userInfo->Channel}}
{{ __('auto.上级') }}ID {{$userInfo->spreaderID}}
{{ __('auto.手机型号') }} {{ __('auto.安卓') }}
{{ __('auto.关联注册') }}IP @if ($userInfo->sameIpCount > 1) {{ __('auto.关联IP【') }} {{$userInfo->sameIpCount}} 】 @else {{ __('auto.关联IP【') }}0】 @endif
{{ __('auto.关联登录') }}IP @if ($userInfo->LastLogonIP > 1) {{ __('auto.关联IP【') }} {{ $userInfo->LastLogonIP }} 】 @else {{ __('auto.关联IP【') }}0】 @endif
{{ __('auto.关联提现姓名') }} @if (isset($userInfo->sameWithDrawName->count) && $userInfo->sameWithDrawName->count > 1) {{ __('auto.关联姓名【') }} {{$userInfo->sameWithDrawName->count ?? ''}} 】 @else {{ __('auto.关联姓名【0】') }} @endif
{{ __('auto.关联提现') }}Email @if (isset($userInfo->sameWithDrawMail->count) && $userInfo->sameWithDrawMail->count > 1) {{ __('auto.关联Email【') }} {{$userInfo->sameWithDrawMail->count ?? ''}} 】 @else {{ __('auto.关联Email【') }}0】 @endif
{{ __('auto.关联') }}CPF @if (isset($userInfo->sameCpfCount) && $userInfo->sameCpfCount > 1) {{ __('auto.关联CPF【') }} {{$userInfo->sameCpfCount ?? ''}} 】 @else {{ __('auto.关联CPF【') }}0】 @endif
{{ __('auto.关联手机号') }} @if (isset($userInfo->samePhoneCount) && $userInfo->samePhoneCount > 1) {{ __('auto.关联手机号【') }} {{$userInfo->samePhoneCount ?? ''}} 】 @else {{ __('auto.关联手机号【0】') }} @endif
{{ __('auto.关联设备') }} @if (isset($userInfo->sameMac) && $userInfo->sameMac > 1) {{ __('auto.关联设备【') }}{{$userInfo->sameMac}}】 @else {{ __('auto.关联设备【0】') }} @endif
{{ __('auto.未领取邮件金币') }} {{$data['waitGetEmailScore']}}
{{ __('auto.可茶叶金额') }} {{$data['remainingBalance']}}
@foreach($gameCount as $key => $value) @endforeach
{{ __('auto.用户游戏对局数') }}
{{ __('auto.游戏') }} {{ __('auto.对局数') }}
{{ $key }} {{ $value }}
@foreach($platformData as $key => $value) @endforeach
三方数据信息
平台 输赢(当天/总)
{{ $key }} {{ $value['today'] }} / {{ $value['total'] }}
{{ __('auto.用户控制:') }} @if(hidden() != 'customer_service2') @endif   {{ __('auto.解除禁止茶叶状态:') }}    {{ __('auto.卡房间:') }}   {{ __('auto.裂变领取限制开关:') }} @if ($registerInviteSwitches == 1) {{ __('auto.被限制') }} @else @endif
@endsection