<% if current_user %>
-
Welcome to PHCNetworks <%= current_user.first_name + ' ' + current_user.last_name %>
-
MY ACCOUNT
-
<%= link_to "LOGOUT", phcaccountspro.logout_path, method: :get %>
<% else %>
-
-
<%= link_to "LOGIN", phcaccountspro.login_path %>
<% end %>