@extends('backend.layouts.app') @section('page-title', trans('app.edit_game')) @section('page-heading', $game->name) @section('content')
@include('backend.partials.messages')

@lang('app.latest_stats')

@if (count($game_stat)) @foreach ($game_stat as $stat) @endforeach @else @endif
@lang('app.user') @lang('app.win')
{{ $stat->user->username }} {{ $stat->win }}
@lang('app.no_data')
@stop @section('scripts') @stop