Navigating between profiles

Good evening,

I am now on the portion where I am creating user profiles. I would like to know how should I implement letting users navigate between different profiles.

Navigation is generally done by creating the proper url links to the appropriate pages. If you provide more specific details about what you’re trying to accomplish, we may be able to provide more useful answers.

Understood, my goal is to allow a profile user to visit other profile pages within the app. I know for example I can use the .pk that is provided within the database but I am having a hard time creating the slugs per account in which would allow users to visit other users that have accounts.

What is the pattern for the url that will display a profile page?

I will post once I get my daughter situated.