@extends('frontend.layouts.app') @section('page-title', trans('app.game_stat')) @section('page-heading', trans('app.game_stat')) @section('breadcrumbs') @stop @section('content') @include('frontend.partials.messages')
@if (count($game_stat)) @foreach ($game_stat as $stat) @include('frontend.games.partials.row_stat') @endforeach @else @endif
Ico Game Balance Bet Win Date
@lang('app.no_records_found')
{{ $game_stat->links() }}
@stop @section('scripts') @stop