<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
    <container name="root">
        <!-- GET /customer/dashboard/cardsorders → [data-fill] snippet for the
             Open Orders counts (open / backorder). Independent of the slow
             CustomerSummary2 call. (SalesOrder call.) -->
        <block class="Zhik\Portal\Block\Account\Summary"
               name="dashboard_cards_orders"
               template="Zhik_Portal::account/dashboard/cards-orders.phtml"
               before="-"
               cacheable="false"/>
    </container>
</layout>
