Yoga Thank you for your report.
The issue you are experiencing is generally caused by PHP not allowing the symlink()
function to be executed.
If symlink()
is disabled, the system cannot create this link, and the logo will not appear.
For example, in some cPanel environments, this feature is disabled by default, as shown in the screenshot

How to fix it:
1. Ask your hosting provider if they can enable the symlink()
function.
2. On VPS or dedicated servers, you can run php artisan storage:link
to solve this issue.