@if(count($carts))
| {{__('web.product_image')}} | {{__('web.product_name')}} | @if($route == 'cart'){{__('web.product_code')}} | @endif{{__('web.quantity')}} | {{__('web.cost')}} | @if($route == 'cart') @if($settings['tax_valid']){{__('web.tax')}} | @endif @endif{{__('web.total')}} | @if($route == 'cart')@endif |
|---|---|---|---|---|---|---|---|
|
|
{{$row['product_name']}} | @if($route == 'cart'){{$row['product_code']}} | @endif
|
{{$row['product_cost']}} {{__('web.sar')}} | @if($route == 'cart') @if($settings['tax_valid']){{$row['tax_cost']}} {{__('web.sar')}} | @endif @endif{{$route == 'cart' ? ($row['product_cost'] + $row['tax_cost']) : $row['product_cost']}} {{__('web.sar')}} | @if($route == 'cart')@endif |
{{__('web.cost')}}
{{$total_products}} {{__('web.sar')}}{{__('web.discount')}}
{{$discount}} {{__('web.sar')}}{{__('web.tax')}}
{{$total_tax}} {{__('web.sar')}}{{__('web.shipping_cost')}}
{{$shipping_cost}} {{__('web.sar')}}{{__('web.on_hand_cost')}}
{{$on_hand_cost}} {{__('web.sar')}}{{__('web.full_total')}}
{{$route == 'cart' ? $total_products_tax : $total}} {{__('web.sar')}}