Couldn’t upload image file in the website after migration to another hosting platform. Image file name is visible in the database. Using PhP laravel [closed]

I have changed my website to another hosting platform hostinger. I uploaded all the back up file and imported the database also. The website is working fine now. But have one issue that i tried to upload an image in my website and it’s not working. I checked the database and i can see the image file name in the database but the image is not visible in the website also The image is not stored in storage/app/ Why? . I am using Php laravel

I checked the file permissions and image path file. Everything is fine but couldn’t resolve the issue