| ID Producto | Producto | Costo Unit. | Cantidad | Subtotal |
|---|---|---|---|---|
| = $pd['id_producto'] ?? '' ?> | = htmlspecialchars($pd['marca'] . ' ' . $pd['modelo']) ?> | $ = number_format($pd['precio_unitario'], 2, '.', ',') ?> | = htmlspecialchars($pd['cantidad'] ?? '') ?> | $ = number_format($pd['subtotal'], 2, '.', ',') ?> |