{{ trans('layout.Filter') }}
{{ Form::label('IP_ADDRESS', trans('helpdesk.IP Address')) }}
{{ Form::text('IP_ADDRESS','', ['id' => 'IP_ADDRESS', 'class' => 'form-control', 'placeholder' => trans('helpdesk.IP Address')]) }}
{{ Form::label('BLOCK_TYPE', trans('helpdesk.IP Blacklist Type'))}}
{{ Form::select('BLOCK_TYPE', $blockType, '', ['id' => 'BLOCK_TYPE', 'class' => 'form-control select2','placeholder' => trans('reports.Select option')]) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}