• {{__('web.total_products')}} ( {{$products_count}} {{ __('web.products')}})
    {{$total_products}} {{__('web.sar')}}.
  • {{__('web.tax_cost')}}
    {{$total_tax}} {{__('web.sar')}}.
  • {{__('web.total_inc_tax')}}
    {{$product_costs}} {{__('web.sar')}}.
  • @if($discount != 0)
  • {{__('web.discount')}}
    {{$discount}}
  • @endif @if($discount_offer != 0)
  • {{__('web.discount_offer')}}
    {{$discount_offer}}
  • @endif @if($on_hand_cost != 0)
  • {{__('web.on_hand_cost')}}
    {{$on_hand_cost}}
  • @endif
  • {{__('web.shipping')}}
    {{$shipping_cost ? $shipping_cost .' '. __('web.sar') : __('web.free_shipping')}}
  • {{__('web.total')}} {{__('web.inc_vat')}}
    {{$total}} {{__('web.sar')}}.