<?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">
        <!-- Reuses the existing Recent block (slot/pagesize set internally) with
             a trimmed dashboard template. Swapped into #dashboard-recent-container. -->
        <block class="Zhik\Portal\Block\Order\Recent"
               name="customer_dashboard_recent_orders"
               template="Zhik_Portal::account/dashboard/recent.phtml"
               cacheable="false">
            <arguments>
                <argument name="order_type_label" xsi:type="object">Zhik\Portal\ViewModel\OrderTypeLabel</argument>
            </arguments>
        </block>
    </container>
</layout>
