<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RMA
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<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">
    <update handle="editor"/>
    <head>
        <css src="Mageplaza_RMA::css/style.css"/>
    </head>
    <body>
        <referenceContainer name="content">
            <block class="Magento\Backend\Block\Template" name="mprma_form_before" template="Mageplaza_RMA::form/before.phtml" before="-"/>
            <block class="Mageplaza\RMA\Block\Adminhtml\ShippingLabel\Edit" name="mageplaza_rma_shipping_label_edit"/>
        </referenceContainer>
        <referenceContainer name="left">
            <block class="Mageplaza\RMA\Block\Adminhtml\ShippingLabel\Edit\Tabs" name="mageplaza_rma_shipping_label_tabs">
                <block class="Mageplaza\RMA\Block\Adminhtml\ShippingLabel\Edit\Tab\General" name="mageplaza_rma_shipping_label_edit_tab_general"/>
                <block class="Mageplaza\RMA\Block\Adminhtml\ShippingLabel\Edit\Tab\Condition" name="mageplaza_rma_shipping_label_edit_tab_condition"/>
                <block class="Mageplaza\RMA\Block\Adminhtml\ShippingLabel\Edit\Tab\Label" name="mageplaza_rma_shipping_label_edit_tab_label"/>
                <action method="addTab">
                    <argument name="name" xsi:type="string">general</argument>
                    <argument name="block" xsi:type="string">mageplaza_rma_shipping_label_edit_tab_general</argument>
                </action>
                <action method="addTab">
                    <argument name="name" xsi:type="string">condition</argument>
                    <argument name="block" xsi:type="string">mageplaza_rma_shipping_label_edit_tab_condition</argument>
                </action>
                <action method="addTab">
                    <argument name="name" xsi:type="string">label</argument>
                    <argument name="block" xsi:type="string">mageplaza_rma_shipping_label_edit_tab_label</argument>
                </action>
            </block>
        </referenceContainer>
    </body>
</page>
