?>
</td>
                                    <td class="text-left"><?php 
        echo $order->nama;
        ?>
</td>
                                    <td class="text-left">Rp. <?php 
        echo number_format($order->jml_bayar, 0, ',', '.');
        ?>
</td>
                                    <td class="text-left">Rp. <?php 
        echo number_format($tax, 0, ',', '.');
        ?>
</td>
                                    <td class="text-center"><?php 
        echo general::status_byr($order->status_payment);
        ?>
</td>
                                </tr>
                                <?php 
        $no++;
    }
    ?>
                            <tr>
                                <th class="text-left" colspan="4"></th>
                                <th class="text-left"><label>Rp. <?php 
    echo number_format($omz_total, 0, ',', '.');
    ?>
</label></th>
                                <th class="text-left"><label>Rp. <?php 
    echo number_format($tax_total, 0, ',', '.');