@foreach($carts as $key => $cart)
{{ $cart->Product->name }}
@endforeach
@if($cart->Product->is_installment)
امکان خرید اقساطی
@endif
{{ $cart->Product->name }}
{{ isset($cart->AttributeValues->name) ? $cart->AttributeValues->name : '' }}
{{ isset($cart->Color->name) ? $cart->Color->name : '' }}
@if(product_price_for_user_normal($cart->product_id,$cart->product_attr_variation_id)[1]!=0)
{{ number_format(persianToEnglishNumbers(product_price_for_user_normal($cart->product_id,$cart->product_attr_variation_id)[1])) }}%
@endif
@if(product_price_for_user_normal($cart->Product->id)[1]!=0)
{{number_format(product_price_for_user_normal($cart->Product->id)[0])}}
@endif
{{number_format(product_price_for_user_normal($cart->product_id,$cart->product_attr_variation_id)[2]) }}
تومان
کل سبد خرید
{{number_format(calculateCartPrice()['original_price'])}} تومان
تخفیف کالا ها
{{number_format(calculateCartPrice()['total_sale'])}} تومان
مجموع
{{number_format(calculateCartPrice()['sale_price']- session()->get('coupon.amount'))}} تومان
کوپن تخفیف دارید برای نوشتن کد اینجا کلیک
کنید