Manage and view your personal information
<%= @customer.firstname %>
<%= @customer.middlename.presence || "-" %>
<%= @customer.lastname %>
<%= @customer.mobile_1 %>
<%= @customer.mobile_2.presence || "-" %>
<%= @customer.address_1 %>
<%= @customer.address_2.presence || "-" %>
<%= @customer.city %>
<%= @customer.country %>
| Name | Relation | Mobile | |
|---|---|---|---|
| <%= [nok.firstname, nok.middlename, nok.lastname].compact.join(" ") %> | <%= nok.relation %> | <%= [nok.mobile_1, nok.mobile_2].compact.join(" / ") %> | <%= nok.email %> |
No next of kin added yet.
<% end %>