<?xml version="1.0"?>
<!--
/**
 * Copyright © 2018 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <title>Order Success Page</title>
        <css src="Prashant_OrderSuccess::css/ordersuccess.css"/>
    </head>
    <body>
        <referenceBlock name="page.main.title" remove="true" />
    	<referenceContainer name="content" >
            <!-- <block class="Magento\Checkout\Block\Onepage\Success" name="checkout.success.print.button" template="Magento_Checkout::button.phtml"/> -->
           
        	<block name="checkout.order.success" class="Prashant\OrderSuccess\Block\Success" template="Prashant_OrderSuccess::success.phtml" ifconfig="ordersuccesspage/general/enabled">
            
            <block class="Magento\Checkout\Block\Registration" name="checkout.order.registration" template="registration.phtml"/>

            <block class="Magento\Newsletter\Block\Subscribe" name="form.subscribe" as="subscribe" template="Magento_Newsletter::subscribe.phtml"/>
            </block>
        </referenceContainer>
    </body>
</page>
