Taxonomies not showing up in custom post type

In your second code block change

'hierarchical'          => false,

to

'hierarchical'          => true,

This should solve your problem 🙂

tech