<?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/cardslowstock → [data-fill="low-stock"]:
             region at-risk products (selling fast / low stock), personalised to
             the dealer's past buys. -->
        <block class="Zhik\Portal\Block\Account\LowStock"
               name="dashboard_cards_low_stock"
               template="Zhik_Portal::account/dashboard/cards-low-stock.phtml"
               before="-"
               cacheable="false"/>
    </container>
</layout>
