%= error_messages_for 'customer' %>
Name <%= text_field 'customer', 'name' %>
Address <%= text_area 'customer', 'address' %>
Email <%= text_field 'customer', 'email' %>
Phone <%= text_field 'customer', 'phone' %>
Debt <%= text_field 'customer', 'debt' %>