@include('flash::message')
{!! Form::label('gameId', 'Select Game', ['class' => 'control-label']) !!}
{!! Form::select('gameId', $gameListArray, null, ['class' => 'form-control', 'id' => 'gameId']) !!}
{!! Form::label('userId', 'Select User', ['class' => 'control-label']) !!}
{!! Form::select('userId', $userListArray, null, ['class' => 'form-control', 'id' => 'userId']) !!}
{!! Form::label('searchBox', 'Search Keyword', ['class' => 'control-label']) !!}
{!! Form::text('searchBox', null, ['class' => 'form-control', 'id' => 'searchBox', 'placeHolder'=> 'Enter Keyword']) !!}
{!! Form::label('searchBox', ' ', ['class' => 'control-label']) !!}
| # |
FirstName |
EarnedCoins |
BonusCoins |
RealMoney |
GameName |
TotalGames |
TotalWins |
WinStreak |
#GamesFromComputer |
#WinsFromComputer |
#GamesFromFriend |
#WinsFromFriend |
#GamesFromIndian |
#WinsFromIndian |
#GamesFromClassic |
#WinsFromClassic |
CreatedAt |
| # |
First Name |
EarnedCoins |
BonusCoins |
RealMoney |
Game Name |
#Games |
#Wins |
Win Streak |
#Games From Computer |
#Wins From Computer |
#Games From Friend |
#Wins From Friend |
#Games From Indian |
#Wins From Indian |
#Games From Classic |
#Wins From Classic |
Created At |
@endsection