@Html.DropDownListFor(model => Model.companyIdFilter, Model.companiesNames, string.Empty,
new { @class = "select filter", type = "select", id = "selectCompanyId", @data_mdb_filter = "true", @data_mdb_visible_options = "10", @data_mdb_option_height = "28", @data_mdb_search_placeholder = @TextResources.Base_Search })
@Html.LabelFor(model => Model.companyIdFilter, TextResources.ControlListVerifications_Company, new { Class = "form-label select-label main-color" })