@if($count_dent != 0 && $setting->deactive_shipping_dent ==
0 && $min_transport_dent_type_text != "")
@endif
@if($count_express != 0 &&
$setting->deactive_shipping_express == 0)
@endif
@if($count_dts != 0 && $setting->deactive_shipping_dts == 0
&& $totalWeight <= 60000)
حداکثر 80 کیلوگرم | زمان تقریبی تحویل سفارش ۲۴ ساعت پس از
ارسال
@endif
@if($count_post != 0 && $setting->deactive_shipping_post == 0 &&
$totalWeight <= 30000)
حداکثر 30 کیلوگرم | زمان تقریبی تحویل سفارش بر اساس محدوده
جغرافیایی ۲ تا ۴ روز پس از ارسال
@endif
@if($count_tipax != 0 && $setting->deactive_shipping_tipax== 0)
حداکثر 100 کیلوگرم | زمان تقریبی تحویل سفارش بر اساس محدوده
جغرافیایی ۲۴ تا ۷۲ ساعت پس از ارسال
@endif
@if($count_freight != 0 && $setting->deactive_shipping_freight== 0)
بالاتر از 80 کیلوگرم | زمان تقریبی تحویل سفارش بر اساس محدوده
جغرافیایی ۲۴ تا ۷۲ ساعت
@endif
@if($need_confirm==1 && $cart->discount_id!=0)
@if($cart->Discount->group_shopping_id == 0)
@if($cart->confirm_status==0)
سفارش شما منتظر تایید مدیر است.
@elseif($cart->confirm_status==1)
سفارش شما تایید شد !
@elseif($cart->confirm_status==2)
سفارش شما منتظر تایید مدیر است.
@elseif($cart->confirm_status==3)
متاسفانه سفارش شما تایید نشد.
لطفا کالایی که با * مشخص شده را از سبد خود خارج نموده و سپس از
کد تخفیف استفاده نمایید.
@endif
@else
@php $need_confirm = 0; @endphp
@endif
@endif