HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/www/sitepacket.com/system/app/Views/orders/order_parts/header_style_3.php
<table class="header-style" style="font-size: 13.5px;">
    <tr class="invoice-preview-header-row">
        <td class="invoice-info-container" style="width: 40%; vertical-align: top;"><?php
            $data = array(
                "client_info" => $client_info,
                "color" => $color,
                "order_info" => $order_info
            );
            echo view('orders/order_parts/order_from', $data);
            ?>
        </td>
        <td class="hidden-invoice-preview-row" style="width: 20%;"></td>
        <td style="width: 40%; vertical-align: top; text-align: right;">
            <?php echo view('orders/order_parts/order_info', $data); ?>
        </td>
    </tr>
    <tr>
        <?php if (get_setting("invoice_style") == "style_3") { ?>
            <td style="padding: 10px;"></td>
        <?php } else { ?>
            <td style="padding: 5px;"></td>
        <?php } ?>
        <td></td>
        <td></td>
    </tr>
    <tr>
        <td><?php
            echo view('orders/order_parts/order_to', $data);
            ?>
        </td>
        <td></td>
        <td></td>

    </tr>
</table>