| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/totals/ |
| 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; ?>