<% if @user.admin? %> Administrator <% else %> User <% end %>
View, edit, and invite users
<% end %> <%= link_to admin_applications_path, class: "block p-6 bg-white rounded-lg border border-gray-200 shadow-sm hover:bg-gray-50 hover:shadow-md transition" do %>Register and configure applications
<% end %> <%= link_to admin_groups_path, class: "block p-6 bg-white rounded-lg border border-gray-200 shadow-sm hover:bg-gray-50 hover:shadow-md transition" do %>Create and organize user groups
<% end %>