Order/info.phtml file display all the order information regarding the order.
If you need to override the info template with your module or theme level, you can do it with ease.
Template declaration will be found from the Block class, Magento\Sales\Block\Order\Info with protected $_template variable. Continue reading “How to override order info.phtml template in Magento 2?”