Загрузка отчётов по ИНН
<% if notice %>
<%= notice %>
<% end %>
<%= form_with url: reports_path, method: :post, local: true do |f| %>
<%= f.label :inn, "Введите ИНН:" %>
<%= f.text_field :inn, placeholder: "1234567890", required: true, style: "width: 100%; padding: 8px;" %>
<%= f.submit "Загрузить отчёт", style: "padding: 10px 20px; cursor: pointer;" %>
<% end %>