For some reason, I had to set my laravel storage folder to 777.
I run this command sudo chmod -R 775 storage/ and my permission error not resolved so then I changed the permission from 775 to 777 by running this command sudo chmod -R 777 storage/
My question is that 777 permission can cause any problem (Forbidden access || Security) in my laravel or its ok?