{!! Form::text('keywords', null, ['placeholder'=>'Enter a phrase','class' => 'form-control']) !!}
{!! Form::select('category_id',\App\Models\News\NewsCategory::getAll(), null, ['placeholder'=>'Select News Category','class' => 'standards_id_input form-control']) !!}
{!! Form::select('industry_id',\App\Models\News\NewsIndustry::getAll(), null, ['placeholder'=>'Select Industry','class' => 'standards_id_input form-control']) !!}
{!! Form::select('region_id',\App\Models\Region::getAllLang(), null, ['placeholder'=>'Select Operational Region','class' => 'standards_id_input form-control']) !!}
{!! Form::text('date_from', null, ['class' => 'date form-control','data-provide'=>'datepicker','data-date-autoclose'=>'true','placeholder'=>'mm/dd/yyyy','pattern'=>'(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d']) !!}
{!! Form::text('date_to', null, ['class' => 'date form-control','data-provide'=>'datepicker','data-date-autoclose'=>'true','placeholder'=>'mm/dd/yyyy','pattern'=>'(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d']) !!}
@if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CRP))
@endif
{!! Form::submit('Submit', ['class' => 'btn btn-success']) !!} Reset
@section('scripts') @endsection