<?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/cardsinvoice → [data-fill] snippet for the
             Total Outstanding card body. Distributed into [data-slot] by the
             dashboard loader's fill mode. Fast (Invoice call). -->
        <block class="Zhik\Portal\Block\Account\Summary"
               name="dashboard_cards_invoice"
               template="Zhik_Portal::account/dashboard/cards-invoice.phtml"
               before="-"
               cacheable="false"/>
    </container>
</layout>
