<?xml version="1.0"?>
<!-- /**
 * buyer quote edit.xml
 *
 * @category  Magetop Extensions
 * @package   Magetop_Quotesystem
 * @author    Magetop Developer
 * @copyright Copyright (c) Magetop (https://www.magetop.com)
 * @license   https://www.magetop.com/license.html
 */ -->
<!-- Use to display edit quote page -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <head>
        <css src="Magetop_Quotesystem::css/quotesystem.css"/>
    </head>
    <body>
        <referenceContainer name="content">
            <block class="Magetop\Quotesystem\Block\Editquotes" name="qs_edit" template="Magetop_Quotesystem::buyer/quoteedit.phtml" cacheable="false"/>
        </referenceContainer>
    </body>
</page>
