{{ trans('layout.Filter') }}
{{ Form::label('USERNAME', trans('reports.Username')) }}
{{ Form::text('USERNAME','', ['id' => 'USERNAME', 'class' => 'form-control', 'placeholder' => trans('reports.Username')]) }}
{{ Form::label('MOBILE_NUMBER', trans('player.Mobile Number')) }}
{{ Form::text('MOBILE_NUMBER','', ['id' => 'MOBILE_NUMBER', 'class' => 'form-control','maxlength'=>10,'placeholder' => trans('player.Mobile Number')]) }}
{{ Form::label('INTERNAL_REFERENCE_NO', trans('reports.Reference no')) }}
{{ Form::text('INTERNAL_REFERENCE_NO','', ['id' => 'INTERNAL_REFERENCE_NO', 'class' => 'form-control','placeholder' => trans('reports.Reference no')]) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}