<?xml version="1.0"?>
<!--
/**
 * @copyright: Copyright © 2021 Firebear Studio. All rights reserved.
 * @author   : Firebear Studio <fbeardev@gmail.com>
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="extra_customer_info">
            <block class="Firebear\PlatformSap\Block\Adminhtml\Sales\Order\View\Info\OrderSapInfo"
                   name="order_sap_info"
                   template="Firebear_PlatformSap::sales/order/view/info/order_sap_info.phtml"/>
        </referenceContainer>
    </body>
</page>
