php output of generated custom metabox

I have just tested your shared code on my site and it is working fine for me displaying path of saved image using following code as shown in the attached screenshots.

echo get_post_meta( get_the_ID(), 'project_logo_logo-image', true );

Please make sure you have added the above code in the file where the post id is accessible.

enter image description here

enter image description here