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

{{ __('auto.群控配置') }}

{{ __('auto.游戏:') }} {{ __('auto.房间:') }}       {{ __('auto.清空') }}&{{ __('auto.刷新') }}
{{ gamesButton('/admin/group_control/control') }} @foreach($list as $k=>$v) @endforeach
{{ __('auto.游戏') }}ID {{ __('auto.房间场次') }} {{ __('auto.游戏名称') }} {{ __('auto.房间累计税收') }} {{ __('auto.房间累计暗税') }} {{ __('auto.游戏房间') }} {{ __('auto.游戏库存') }} {{ __('auto.当日房间流水') }} {{ __('auto.当日房间输赢') }} {{ __('auto.当前杀率') }} {{ __('auto.当前触发系统输概率') }} {{ __('auto.当前触发系统赢概率') }} {{ __('auto.操作') }}
{{ $v->GameID }} {{$v->SortIDTxt}} {{ $v->KindName }} {{ $v->Revenue}} {{ $v->RevenueD}} {{ $v->RoomName }} {{ $v->Stock }} {{$v->TurnOver}} {{$v->Winlost}} {{$v->ShaLv}} % @if (!empty($v->LostRate)) {{ __('auto.系统') }} {{ __('auto.输') }} {{ __('auto.玩家') }}{{$v->LostRate}} @endif @if (!empty($v->WinRate)) {{ __('auto.系统') }} {{ __('auto.赢') }} {{ __('auto.玩家') }}{{$v->WinRate}} @endif @if ($v->GameID == 3000) @endif @if ($v->GameID == 3050) @endif
@endsection