How to show name instead of avatar/black circle with initials?

I don't want avatar. I want the user name something like Auth::user->name I guess in the top right corner.
How to do that? Right now I have there a black circle with initials.
Solution
Or just use https://github.com/laravolt/avatar if you want it local.
GitHub
Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless. - GitHub - laravolt/avatar: Plug n play avatar, turn name, email, and any other string i...
Was this page helpful?