<?xml version="1.0"?>
<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"/>
    <update handle="rewards_account_info_links"/>
    <move element="page.main.title" destination="rewards.account.list" as="rewards.page.main.title"/>
    <body>
        <referenceContainer name="content">
            <block name="rewards.tiers" class="Mirasvit\RewardsCustomerAccount\Block\Account\Tiers" template="account/tiers.phtml" before="links"/>
            <block name="rewards.account.list" class="Mirasvit\RewardsCustomerAccount\Block\Account\Referral" template="account/referral.phtml" cacheable="false">
                <block class="Mirasvit\RewardsCatalog\Block\Notification\Message" name="rewards.notification" template="notification/block.phtml"/>
            </block>
        </referenceContainer>
    </body>
</page>
