How to set the Avatar for the Tenant, in Filamentphp?

I have a multi-tenancy application, I would like to set the Avatar image for the Tenant (not for the user) as shown in the image. Please help
No description
Solution:
I believe you do it the same way you would for a user, with the HasAvatar interface on your tenant model.
Jump to solution
2 Replies
Solution
awcodes
awcodes5mo ago
I believe you do it the same way you would for a user, with the HasAvatar interface on your tenant model.
bhattji
bhattjiOP5mo ago
It worked, but it removed the name besides the Avatar. I need the name also

Did you find this page helpful?