Zend certified PHP/Magento developer

Export Orders details Magento 2 Programmatically

Recently install fresh Magento 2.3.3 with sample order and products, Note I did this installation several times to check may the problem remove after re-installations.

There are some issues

i) When I open any order(in admin section) I can’t find any order phone number as I click on any order from orders grid, but when I try to edit the order I can see the phone number?

ii) Want to export the order with customers details following example in link but again can’t find customer phone number in code?

iii) find some example to export orders data link but I don’t understand $objectManager = MagentoFrameworkAppObjectManager::getInstance();
has syntax error?

Any help or sugession why Magento 2.3.3 can’t see order phone number from admin panel Note I don’t any any plugin or any error in log
Or any suggestion to export the order phone number ?