@extends('base.base') @section('base')
{{ __('auto.待处理茶叶') }} {{ __('auto.申请:') }} {{$applyUserCount->userCount ?? 0}} {{ __('auto.人') }} {{$applyUserCount->count ?? 0}} {{ __('auto.笔') }}  {{ __('auto.总计:') }}{{$applyUserCount->WithDraw ?? 0}}    24{{ __('auto.小时内客服') }} {{ __('auto.未回复总计:') }}{{$message->count}}{{ __('auto.条') }} {{ __('auto.已回复:') }}{{$message->replycount}}{{ __('auto.条') }} {{ __('auto.已读:') }}{{$message->readcount}}{{ __('auto.条') }}
@foreach($alldata['plays'] as $item) @endforeach
{{$item['name']}} @if($item['status']==200) {{ __('auto.运行中') }} @else {{ __('auto.下架') }} @endif @if(isset($item['downtime'])) ({{ __('auto.下架时间') }}:) @elseif(isset($item['uptime'])) ({{ __('auto.上架时间') }}:) @endif
@foreach($dataGropSums as $channel=>$item) @if (isset($alldata[$channel])&&$data=$alldata[$channel]) @endif @endforeach
{{$Channels[$channel]}}({{$channel}}) {{ __('auto.新增:') }} {{$data['today_register']}}">({{$data['new_rhb']}}) d0: {{$data['d0_day_pay_count']}}">({{$data['d0_day_pay_rhb']}}) {{ __('auto.充值:') }} {{$data['today_pay_sum']}}">({{$data['pay_sum_rhb']}})(U:{{$data['today_pay_sum_u']}}) {{ __('auto.付费人数/新增:') }} {{$data['today_pay_count']}}/{{$data['day_pay_count']}} {{ __('auto.日活:') }} {{$data['today_live']}}
@foreach($adminChannels as $channel) @if (isset($alldata[$channel])&&$data=$alldata[$channel])
({{$channel}}){{$Channels[$channel]??$channel}} {{ __('auto.新增:') }} {{$data['today_register']}}">({{$data['new_rhb']}}) d0: {{$data['d0_day_pay_count']}}">({{$data['d0_day_pay_rhb']}}) {{ __('auto.充值:') }} {{$data['today_pay_sum']}}">({{$data['pay_sum_rhb']}}) {{ __('auto.付费人数/新增:') }} {{$data['today_pay_count']}}/{{$data['day_pay_count']}} {{ __('auto.日活:') }} {{$data['today_live']}}
@endif @endforeach
@endsection