Your IP : 216.73.217.100


Current Path : /home/rtorresani/www/vendor/magento/module-shipping/view/frontend/templates/order/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-shipping/view/frontend/templates/order/shipment.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<div class="order-details-items shipments">
    <?= $block->getChildHtml('shipment_items') ?>
    <div class="actions-toolbar">
        <div class="secondary">
            <a href="<?= $block->escapeUrl($block->getBackUrl()) ?>" class="action back">
                <span><?= $block->escapeHtml($block->getBackTitle()) ?></span>
            </a>
        </div>
    </div>
</div>