add_submenu_page returns null

Your code is correct but just you have called wrong capability in add_submenu_page.

You just need to replace this 'manage_options' instead of 'manage-options'. And please check it. It’s works.

Reference: https://developer.wordpress.org/reference/functions/add_submenu_page/