Name: <%= @participant.first_name %> <%= @participant.last_name %>
Address: <%= @participant.address %>
Phone: <%= @participant.phone %>
Email: <%= @participant.email %>
MCI: <%= @participant.mci %>
DOB: <%= @participant.dob.strftime('%B, %d, %Y') if @participant.dob.present? %>
SSN: <%= @participant.ssn %>
Gender: <%= @participant.gender %>
Worker Name | Start Date | End Date |
---|---|---|
<%= employment.worker.name %> | <%= employment.start_date %> | <%= employment.end_date %> |