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

{{ __('auto.轮数统计') }}

@foreach($list as $v) @endforeach
{{ __('auto.平均轮数') }} {{$RsltSysAverageRound}}
{{$v->GameRound}} {{$v->RoundCount}}
@endsection