{{translate('coupon')}}

@if($product->user->shop)

{{translate('Seller Coupons')}}

@endif
@if(date('Y-m-d H:i:s', time()) < date('Y-m-d H:i:s', $product->preorder_coupon?->coupon_end_date))
{{$product->preorder_coupon?->coupon_code}}
@else
{{translate('No Coupon Available')}}
@endif
@if(date('Y-m-d H:i:s', time()) < date('Y-m-d H:i:s', $product->preorder_coupon?->coupon_end_date))

{{$product->preorder_coupon?->coupon_type == 'flat' ? single_price($product->preorder_coupon?->coupon_amount) : $product->preorder_coupon?->coupon_amount.'% '}} {{translate('Coupon discount on Preorder')}}

@endif @if($product->preorder_prepayment?->prepayment_amount != null)

{{translate('Pay only')}} {{single_price($product->preorder_prepayment?->prepayment_amount)}} {{translate('to ensure your order')}}

@endif @if($product->is_cod)

{{translate('Cash on delivery available')}}

@endif
@section('script') @endsection