{{ trans('layout.Filter') }}
{{ Form::label('GAME', trans('player.Game')) }}
{{ Form::select('GAME', $game, '', ['class' => 'form-control', 'id' => 'GAME']) }}
{{ Form::label('DATE_RANGE', trans('layout.Select Date Range')) }}
{{ Form::label('GAME_NAME', trans('reports.Game Name')) }}
{{ Form::select('GAME_NAME', $gameName, '', ['class' => 'form-control select2', 'placeholder' => trans('reports.Game Name'), 'id' => 'GAME_NAME']) }}
{{ Form::select('GAME_TYPE', $miniGameTypes, '', ['class' => 'form-control select2', 'placeholder' => 'Game Type', 'id' => 'GAME_TYPE']) }}