@extends('base.base') @section('base')

{{ __('auto.提充比查询') }}

@component('components.select', [ 'name' => 'Channel', 'options' => $channels, 'default' => $request->input('Channel') ]) @endcomponent
-
-
@component('components.select', [ 'name' => 'sort', 'options' => [ '' => '', '(Recharge-Withdraw/100) desc' => __('auto.茶叶减咖啡').'['.__('auto.升序').']', '(Recharge-Withdraw/100)' => __('auto.茶叶减咖啡').'['.__('auto.降序').']', 'DrawBase desc' => __('auto.可茶叶金额').'['.__('auto.升序').']', 'DrawBase' => __('auto.可茶叶金额').'['.__('auto.降序').']', ], 'default' => $request->input('sort') ]) @endcomponent
{{ __('auto.全部数据:') }}
{{ __('auto.茶叶大于咖啡玩家人数:') }}{{$total}} {{ __('auto.涉及茶叶金额/咖啡金额') }}:{{$money}}
{{-- --}} {{-- --}} @foreach($list as $k=>$v) {{-- --}} {{-- --}} @endforeach
{{ __('auto.会员') }}ID {{ __('auto.昵称') }} {{ __('auto.渠道') }} {{ __('auto.最后登录时间(当地)') }}{{ __('auto.最后登录时间(中国)') }}{{ __('auto.手机号') }} {{ __('auto.余额') }} {{ __('auto.咖啡减茶叶(累计)') }} {{ __('auto.今日/历史充值') }} {{ __('auto.今日/历史茶叶') }} {{ __('auto.今日/历史彩金') }} {{ __('auto.可茶叶金额') }} IP {{ __('auto.在线状态') }} {{ __('auto.注册日期(当地)') }}{{ __('auto.注册日期') }}({{ __('auto.中国') }})
{{$v->GameID}} {{$v->NickName}} {{$v->Channel}} {{$v->LastLogonDate}}{{$v->LastLogonDateCN}}{{$v->PhoneNum}} {{$v->Score}} {{$v->deviation}} {{$v->RechargeToday}}/{{$v->Recharge}} {{$v->WithdrawToday}}/{{$v->Withdraw}} {{$v->HandselToday}}/{{$v->Handsel}} {{$v->DrawBase}} {{$v->IP}} {{$v->Online}} {{$v->RegisterDate}}{{$v->RegisterDateCN}}
@endsection