orderProducts as $index => $orderProduct) {
?>
field($orderProduct, "[$index]variant_id")
->hiddenInput()
->label(false);
echo $orderProduct->variant->product->lang->title . '(' . $orderProduct->variant->sku . ')';
?>
price; ?>
field($orderProduct, "[$index]count")
->textInput()
->label(false);
?>
'fa fa-',
]
),
'#',
[
'class' => 'remove-order-product',
]
)
?>