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

{{ __('auto.用户数据') }}

@csrf {{ __('auto.会员ID:') }} {{ __('auto.分配召回时间:') }} {{ __('auto.注册时间:') }} {{ __('auto.最后登录时间:') }} {{ __('auto.召回状态:') }}
{{ __('auto.清空') }}   
@foreach($list as $k=>$item) @endforeach
{{ __('auto.上月召回奖励:') }}{{$lastPrize}}
{{ __('auto.当月召回奖励:') }}{{$currentPrize}}
{{ __('auto.会员') }}ID {{ __('auto.昵称') }} {{ __('auto.手机号') }} {{ __('auto.邮箱') }} {{ __('auto.余额') }} {{ __('auto.渠道') }} {{ __('auto.注册日期') }} {{ __('auto.上次离线时间') }} {{ __('auto.分配日期') }} {{ __('auto.召回状态') }} {{ __('auto.召回时间') }} {{ __('auto.奖励') }} {{ __('auto.召回邮件') }} {{ __('auto.操作') }}
{{$item->GameID}} {{$item->NickName}} {{$item->PhoneNum}} what's app {{$item->Email}} {{ $item->Score }} {{ $item->Channel }} {{ date('Y-m-d H:i:s',strtotime($item->RegisterDate))}} {{ date('Y-m-d H:i:s',strtotime($item->LastLogonDate))}} {{ date('Y-m-d H:i:s',strtotime($item->AddDate))}} {{$callState[$item->call_state]}} {{ $item->CallbackDate?date('Y-m-d H:i:s',strtotime($item->CallbackDate)):'--'}} {{$item->call_state>0?($item->call_state==1?$prize:$prizeA):'--'}} @if ($item->mailStatus ) {{ __('auto.已发放') }} @else {{ __('auto.发送邮件') }} @endif {{ __('auto.跟进记录') }}
@endsection