<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <head>
        <title>Make A Payment</title>
        <css src="Zhik_Portal::css/portal-payment.css" />
        <script src="https://secure.ewaypayments.com/scripts/eCrypt.js" src_type="url"/>
    </head>
    <body>
        <referenceContainer name="content">
            <block template="Zhik_Portal::invoice/payment.phtml" class="Zhik\Portal\Block\Invoice\Payment" name="sales.invoice.payment" cacheable="false"/>
        </referenceContainer>
    </body>
</page>
