<?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/cardstopskus → [data-fill="top-skus"] snippet:
             the network-wide most-ordered products carousel. Globally cached,
             no per-dealer cost. -->
        <block class="Zhik\Portal\Block\Account\TopProducts"
               name="dashboard_cards_top_skus"
               template="Zhik_Portal::account/dashboard/cards-top-skus.phtml"
               before="-"
               cacheable="false"/>
    </container>
</layout>
