{{translate('Shipping')}}
{{translate('Free Shipping')}}
{{translate('Estimated Shipping Time :')}} {{ $product->preorder_shipping->min_shipping_days }} - {{ $product->preorder_shipping->max_shipping_days }} {{translate('days')}}
@endif @if($product->preorder_shipping?->note?->description != null && $product->preorder_shipping->show_shipping_note){{ Str::limit($product->preorder_shipping?->note?->description, 100) }} {{ $product->preorder_shipping?->note?->description }} {{ translate('See More') }}
@endif{{translate('Contact Us')}} for shipping time for larger orders.
{{translate('Cash on Delivery')}}
{{translate('Cash on Delivery Available')}}
{{translate('Prepayment needed for cash on delivery')}}
{{translate('Pay only')}} {{format_price($product->preorder_prepayment?->prepayment_amount)}} {{translate('to avail Cash on Delivery')}}
@endif @if($product->preorder_cod?->note?->description != null && $product->preorder_cod?->show_cod_note){{ Str::limit($product->preorder_cod?->note?->description, 100) }} {{ $product->preorder_cod?->note?->description }} {{ translate('See More') }}
@endif