Featured image not working

You have to echo it out:

echo get_the_post_thumbnail();

Perhaps you meant to use the_post_thumbnail();

https://developer.wordpress.org/reference/functions/the_post_thumbnail/