<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Magetop_Advancepreview::css/custom_order_style.css" />
    </head>
    <body>
        <referenceBlock name="invoice_items">
            <action method="setTemplate">
                <argument name="template" xsi:type="string">Magetop_Advancepreview::order/invoice/view/items.phtml</argument>
            </action>
        </referenceBlock>
        <referenceBlock name="invoice_totals">
            <action method="setTemplate">
                <argument name="template" xsi:type="string">Magetop_Advancepreview::order/view/invoice_total.phtml</argument>
            </action>
        </referenceBlock>
        <referenceBlock name="order_info">
            <action method="setTemplate">
                <argument name="template" xsi:type="string">Magetop_Advancepreview::order/view/info.phtml</argument>
            </action>
        </referenceBlock>
        <referenceContainer name="before.body.end">
            <block class="Magento\Framework\View\Element\Template" template="Magetop_Advancepreview::global.phtml" />
        </referenceContainer>
    </body>
</page>
