<?xml version="1.0"?>
<!-- /**
 * Customer Account Page for link
 *
 * @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 add links in and customer account navigation -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" design_abstraction="custom">
    <body>
        <referenceBlock name="customer_account_navigation"> 
              <block class="Magetop\Quotesystem\Block\Account\Navigation" name="quote_link" ifconfig="quotesystem/mt_quotesystemsetting/mt_quotesystemenabledisable" template="Magetop_Quotesystem::navigation.phtml">
            </block>
        </referenceBlock>
    </body>
</page>
