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

{{ __('auto.全局报表') }}

{{ __('auto.休眠用户:') }}{{ $accounts['dormancyUser'] }} {{ __('auto.流失用户:') }}{{ $accounts['lsUser'] }} {{ __('auto.总注册用户:') }}{{ $accounts['register'] }} {{ __('auto.总付费用户:') }}{{ $accounts['payUserCount'] }} {{ __('auto.总充值金额:') }}{{ $accounts['paySum'] }} {{ __('auto.累计茶叶金额:') }}{{ $accounts['withdraw'] }} {{ __('auto.累计茶叶回收金额:') }}{{ $accounts['withDrawRecovery'] }}
{{ __('auto.赠送总金豆:') }}{{ $games['gameInfo']->Handsel ??0 }} {{ __('auto.签到总奖励:') }}{{ $accounts['totalSignIn'] }} {{ __('auto.总税收:') }}{{ $games['gameInfo']->Revenue ?? 0 }} {{ __('auto.总流水:') }}{{ $games['gameInfo']->flowing_water ??0 }} N{{ __('auto.总流水:') }}{{ $games['gameInfo']->flowing_water_new ??0 }} {{ __('auto.平台总输赢:') }}{{ $games['gameInfo']->Score ?? 0 }}

{{ __('auto.库存报表') }}

{{ __('auto.房间总库存:') }}{{ $games['roomStock'] }}

{{ __('auto.周卡购买报表') }}

{{ __('auto.周卡累计支付成功:') }}{{ $accounts['weeklyCard']['TotalPrice'] }} {{ __('auto.周卡累计未支付成功:') }}{{ $accounts['weeklyCard']['totalWaitPay']}} {{ __('auto.周卡累计领取金额:') }}{{ $accounts['weeklyCard']['TotalReward']}} VIP1{{ __('auto.礼包购买数量:') }}{{ $accounts['weeklyCard']['weekVIP1']->TotalCount }} VIP1{{ __('auto.礼包购买率:') }}{{ $accounts['weeklyCard']['VIP1Rate'] }}
VIP2{{ __('auto.礼包购买数量:') }}{{ $accounts['weeklyCard']['weekVIP2']->TotalCount }} VIP2{{ __('auto.礼包购买率:') }}{{ $accounts['weeklyCard']['VIP2Rate'] }} VIP3{{ __('auto.礼包购买数量:') }}{{ $accounts['weeklyCard']['weekVIP3']->TotalCount }} VIP3{{ __('auto.礼包购买率:') }}{{ $accounts['weeklyCard']['VIP3Rate'] }} VIP4{{ __('auto.礼包购买数量:') }}{{ $accounts['weeklyCard']['weekVIP4']->TotalCount }}
VIP4{{ __('auto.礼包购买率:') }}{{ $accounts['weeklyCard']['VIP4Rate'] }}
@csrf {{ __('auto.选择时间:') }}          {{ __('auto.清空') }}  
{{-- --}}
{{ __('auto.流水:') }}{{$games['gameRoomInfo']->flowing_water ?? 0}} N{{ __('auto.流水:') }}{{$games['gameRoomInfo']->flowing_water_new ?? 0}} {{ __('auto.平台输赢:') }}{{$games['gameRoomInfo']->win_lose ?? 0}} {{ __('auto.税收:') }}{{$games['gameRoomInfo']->Revenue ?? 0}} {{ __('auto.累计游戏人数:') }}{{$games['totalGameCount']}} {{ __('auto.初中高比例:') }}{{$games['rateString']}}
付费{{ __('auto.流水:') }}{{$games['gameRoomInfo']->pay_flowing_water ?? 0}} 付费N{{ __('auto.流水:') }}{{$games['gameRoomInfo']->pay_flowing_water_new ?? 0}} 付费{{ __('auto.平台输赢:') }}{{$games['gameRoomInfo']->pay_win_lose ?? 0}} 付费{{ __('auto.税收:') }}{{$games['gameRoomInfo']->pay_Revenue ?? 0}} 付费{{ __('auto.累计游戏人数:') }}{{$games['pay_totalGameCount']}}付费{{ __('auto.初中高比例:') }}{{$games['pay_rateString']}}
{{ __('auto.注册用户:') }}{{$dayAccountInfo->RegPeple ?? 0}} {{ __('auto.活跃用户:') }}{{ $dayAccountInfo->ActivePeple ?? 0 }} {{ __('auto.充值用户:') }}{{ $dayAccountInfo->PayPeple ?? 0 }} {{ __('auto.累计充值:') }}{{ $dayAccountInfo->PayTotal / 100 ?? 0 }}
{{ __('auto.累计茶叶:') }}{{ $dayAccountInfo->DrawTotal / 100 ?? 0 }}

@foreach($games['gameList'] as $k=>$v) @endforeach
{{ __('auto.游戏房间') }} {{ __('auto.返奖率') }} {{ __('auto.流水') }} {{ __('auto.平台输赢') }} N{{ __('auto.流水') }} N{{ __('auto.返奖率') }} {{ __('auto.税收') }} {{ __('auto.游戏人数') }} 付费N{{ __('auto.流水') }} 付费{{ __('auto.平台输赢') }} 付费N{{ __('auto.返奖率') }} 付费{{ __('auto.税收') }} 付费{{ __('auto.游戏人数') }}
{{$v->ServerName}} ">{{number_format(($v->flowing_water-$v->win_lose)/max(1,$v->flowing_water)*100,1)}}% {{number_format($v->flowing_water)}} {{$v->win_lose}} {{$v->flowing_water_new}} {{number_format(($v->flowing_water_new-$v->win_lose)/max(1,$v->flowing_water_new)*100,1)}}% {{$v->Revenue}} {{$v->Cnt}} {{$v->pay_flowing_water_new}} {{$v->pay_win_lose}} {{number_format(($v->pay_flowing_water_new-$v->pay_win_lose)/max(1,$v->pay_flowing_water_new)*100,1)}}% {{$v->pay_Revenue}} {{$v->pay_Cnt}}
{{ __('auto.赠送彩金:') }}{{$winnings['winningsSum']}}
{{ __('auto.活动名称') }} {{ __('auto.金额') }}
{{ __('auto.充值送金') }} {{$winnings['winnings']['45'] ?? 0}}
{{ __('auto.注册送金') }} {{$winnings['winnings']['33'] ?? 0}}
{{ __('auto.每日签到') }} {{ $winnings['winnings']['signIn'] ?? 0 }}
{{ __('auto.绑定手机赠送') }} {{ $winnings['winnings']['21'] ?? 0 }}
{{ __('auto.群发彩金') }} {{ $winnings['winnings']['52'] ?? 0 }}
{{ __('auto.周卡彩金') }} {{ $winnings['winnings']['59'] ?? 0 }}
@endsection