Laravel generated files (storage/framework/views) are with wrong permissions.
Laravel generates files in folder storage/framework/views/* with different permissions (744) then the parent folder storage/framework/views (755).
This creates a problem when I deploy project and clear the views cache files with a user (admin) who is in the group, but is not the owner(www-data) of the files.
For security reasons user (admin) does not have sudo rights and I cannot deploy with user www-data.