Participant Details

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 %>

<%= link_to 'Edit', edit_participant_path(@participant), class: "btn btn-primary" %> <%= link_to 'Back to List', participants_path, class: "btn btn-secondary" %>