{!! 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']) !!}
@if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CRP))
@endif
@section('scripts')