<?xml version="1.0"?>
<!--
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<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"/>
    <body>
        <referenceContainer name="content">
            <block class="Cynoinfotech\PaymentRestrictions\Block\Adminhtml\Paymentrestrictions\Edit" name="paymentrestrictions_index_edit"/>
        </referenceContainer>
		
        <referenceContainer name="left">
            <block class="Cynoinfotech\PaymentRestrictions\Block\Adminhtml\Paymentrestrictions\Edit\Tabs" name="paymentrestrictions_content_tabs" />
        </referenceContainer>
    </body>
</page>