<% @commissions.each do |commission| %> <% end %>
Product Name Commission Type Amount Active
<%= commission.menu_item.name rescue '-' %> <%= commission.commission_type rescue '-' %> <%= commission.amount rescue '-' %> <%= commission.is_active rescue '-' %> <%= link_to t("views.btn.show"), settings_commissions_path(commission) %> <%= link_to t("views.btn.edit"), edit_settings_commission_path(commission) %> <%= link_to t("views.btn.delete"), settings_commission_path(commission), method: :delete, data: {confirm: 'Are you sure?'} %>