{{ trans('layout.Filter') }}
Mini Games Type:
{{ Form::select('MINIGAMES_TYPE_NAME', $minigames_type, 'Points Rummy', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'MINIGAMES_TYPE_NAME']) }}
{{ Form::select('MINIGAMES_TYPE_NAME', $minigames_type, 'Points Rummy', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'MINIGAMES_TYPE_NAME']) }}
{{ Form::label('USERNAME', trans('player.Username')) }}
{{ Form::text('USERNAME','', ['id' => 'USERNAME', 'class' => 'form-control', 'placeholder' => trans('player.Username')]) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}