Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/totals/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/totals/paid.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<?php if ($block->getCanDisplayTotalPaid()) : ?>
<tr>
    <td class="label"><strong><?= $block->escapeHtml(__('Total Paid')) ?></strong></td>
    <td class="emph"><?= /* @noEscape */ $block->displayPriceAttribute('total_paid', true) ?>
    </td>
</tr>
<?php endif; ?>