<% content_for :section_title, "Profile" %>

Name: <%= current_user.name %>

email: <%= current_user.email %>

Role: <%= current_user.role %>

<%= link_to('Edit', admin_edit_profile_path, { class: 'btn' }) %>