<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * sales_order_view
 *
 * @copyright Copyright © 2020 Magepow. All rights reserved.
 * @author    Magepow
 * @category Magepow
 * @copyright Copyright (c) 2014 Magepow (<https://www.magepow.com>)
 * @license <https://www.magepow.com/license-agreement.html>
 * @Author: magepow<support@magepow.com>
 * @github: <https://github.com/magepow>
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
   <body>
       <!--add custom block -->
       <referenceBlock name="order_additional_info">
           <block class="Magepow\OnestepCheckout\Block\Adminhtml\Order\View\Comment" name="sales_custom_view" template="Magepow_OnestepCheckout::order/view/comments.phtml" />
       </referenceBlock>

   </body>
</page>
