{{format_price(preorder_discount_price($product))}}

{{translate('Regular price') .' '. format_price($product->unit_price)}}

{{--

{{translate('Minimum order quantity ') .' '. $product->min_qty}}

--}}
@if($product->is_prepayment)

{{translate('Prepayment')}}

@if($product->is_prepayment_nedded)

{{translate('PrepaPrepayment needed for Cash on Deliveryyment')}}

@endif

{{format_price($product->preorder_prepayment?->prepayment_amount)}}

@endif