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

{{ __('auto.各游戏进游戏平均时长') }}

{{ __('auto.进游戏时长统计说明') }}

{{ __('auto.日期') }}: {{ __('auto.至') }}   

@foreach($statistics as $stat) @endforeach
{{ __('auto.统计日期') }} {{ __('auto.游戏') }} {{ __('auto.上报次数') }} {{ __('auto.平均耗时(秒)') }}
{{ $stat['log_date'] }} {{ $stat['game_name'] }} (ID: {{ $stat['game_id'] }}) {{ $stat['enter_count'] }} {{ $stat['avg_duration_sec'] }}
@if(count($statistics) == 0)

{{ __('auto.暂无进游戏时长统计数据') }}

@endif
@endsection