@extends('backend.layouts.app') @section('page-title', trans('app.game_stat')) @section('page-heading', trans('app.game_stat')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages')

@if (count($game_stat)) @foreach ($game_stat as $stat) @include('backend.games.partials.row_stat') @endforeach @else @endif
Ico Game User Balance Bet Win Date
@lang('app.no_records_found')
{{ $game_stat->appends(Request::except('page'))->links() }}
@stop @section('scripts') @stop