{{ trans('layout.Filter') }}
{{ Form::label('USERNAME', trans('responsibleGaming.Username')) }}
{{ Form::text('USERNAME', '', ['id' => 'USERNAME', 'class' => 'form-control', 'placeholder' => trans('responsibleGaming.Username')]) }}
{{ Form::label('ALERTTYPE', trans('responsibleGaming.Alert Type')) }}
{{ Form::select('ALERTTYPE', $alertType, '', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'ALERTTYPE']) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}