| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/frontend/templates/order/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/view/frontend/templates/order/order_status.phtml |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ ?> <?php /** @var $block \Magento\Sales\Block\Order\Info */ ?> <span class="order-status"><?= $block->escapeHtml($block->getOrder()->getStatusLabel()) ?></span>