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

用户数据详情

用户ID: 开始日期: 结束日期:   
@if($list && count($list)) @foreach($list as $v) @endforeach @else @endif
日期 {{ __('auto.用户') }}ID {{ __('auto.游戏昵称') }} {{ __('auto.玩家渠道') }} Win MaxWinScore MaxDrawBase TotalBet Revenue Recharge Withdraw {{ __('auto.最后登录时间') }} {{ __('auto.注册时间') }}
{{ date('Y-m-d', strtotime($v->DateID)) }} {{ $v->GameID }} {{ $v->NickName }} {{ $v->Channel }} {{ $v->Score/100 }} {{ $v->MaxWinScore/100 }} {{ $v->MaxDrawBase/100 }} {{ $v->TotalBet/100 }} {{ $v->Revenue/100 }} {{ $v->Recharge }} {{ $v->Withdraw/100 }} {{ $v->LastLogonDate }} {{ $v->RegisterDate }}
暂无数据
@if($list) @endif
@endsection