<?xml version="1.0"?>
<!-- /**
 * Wishlist_Index_Index View layout
 *
 * @category  Magetop Extensions
 * @package   Magetop_Quotesystem
 * @author    Magetop Developer
 * @copyright Copyright (c) Magetop (https://www.magetop.com)
 * @license   https://www.magetop.com/license.html
 */ -->
 <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
 	<head>
         <css src="Magetop_Quotesystem::css/quotesystem.css"/>
     </head>
 	<body>
 		<referenceContainer name="content">
            <block class="Magetop\Quotesystem\Block\Product\ListProduct" name="quotewishlist.list" ifconfig="quotesystem/mt_quotesystemsetting/mt_quotesystemenabledisable" template="Magetop_Quotesystem::catalog/list.phtml" />
 		</referenceContainer>
 	</body>
 </page>
