<% content_for :title, "Apply for A Loan" %>

Loan Applications made easy. Focus on what Matters

We want to make things simple. Get Started by picking any product below:

<% @products.each do |p| %>
<%= link_to "#{p.name}", product_select_home_index_path(:product => p.id), :class => "text-uppercase s-btn s-btn--md s-btn--primary-bg g-radius--50 g-padding-x-70--xs g-padding-y-20--xs g-margin-b-30--xs" %>
<% end %>