use avatar and user menu component in home page nav bar
how can I use filament avatar component with it's related user menu in my home page ?
Solution:Jump to solution
Thank you , it was silly question.
I found it :
```php
<x-filament::layouts.app.topbar.user-menu />...
2 Replies
If it’s a component, search for the name. Probably something like
<x-filament-avatar …
Solution
Thank you , it was silly question.
I found it :