<?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/cardssummary → [data-fill] snippets for the
             Open Orders headline $, the Credit Limit figures, and the Ageing
             buckets. The only slow fragment (~30s, CustomerSummary2 base-ccy
             calc); runs the GI once and fills three scattered slots. -->
        <block class="Zhik\Portal\Block\Account\Summary"
               name="dashboard_cards_summary"
               template="Zhik_Portal::account/dashboard/cards-summary.phtml"
               before="-"
               cacheable="false"/>
    </container>
</layout>
