{{-- شريط الإجمالي السفلي للموبايل – نفس المعادلة --}} @php($grandTotal = $subTotal + $totalTax + $totalShippingCost - ($coupon_dis ?? 0) - $totalDiscountOnProduct - $totalPromoDiscount - $orderWiseShippingDiscount )
{{translate('total_price')}} :
  {{ webCurrencyConverter(amount: $grandTotal) }}
{{translate('proceed_to_checkout')}}
@push('script') @endpush