% content_for :title, "New navigation" %>
<%= form_with model: menu do |form| %>
<%= form.label :title %>
<%= form.text_field :title %>
<%= form.label :slug %>
<%= form.text_field :slug %>
<%= form.label :depth %>
<%= form.text_field :depth %>
<%= form.submit %>
<% end %>