First Name <%= @agent.first_name %>
Last Name <%= @agent.last_name %>
<%= 'email'.titleize %> <%= @agent.email %>
<%= 'cell_phone'.titleize %> <%= @agent.cell_phone %>
<%= 'office_phone'.titleize %> <%= @agent.office_phone %>
<%= 'direct_work_phone'.titleize %> <%= @agent.direct_work_phone %>
<%= 'fax_phone'.titleize %> <%= @agent.fax_phone %>
MLS ID <%= @agent.mls_id %>