I'm facing a similar problem. Just updated my php version from 7.3 to 7.4 on forge aws server, so now whenever I make some changes to a blade file, push to prod, run artisan view:clear, the cache files get deleted, but the view in browser doesn't change.
Also, I cleared view cache, visited a page, looked back into storage/framework/views and find the cached file for the page I visited. Took note of the filename. Deleted it, reloaded the page in the browser, look back in storage/framework/views and the file has reappeared with the same filename.
The only way I'v found for prod to regenerate the cached view files is the delete them and restart the server. This is not a way to work.