<%= @brand.name%>

<%= link_to "Back", root_path%> <%= link_to "Edit", edit_brand_path(@brand) %> <%= link_to "Delete", brand_path(@brand), method: :delete, data: {confirm: "Are you sure you want to delete?"} %>