@if(count($carts))
@if($route == 'cart') @endif @if($route == 'cart') @if($settings['tax_valid']) @endif @endif @if($route == 'cart') @endif @foreach($carts as $row) @if($route == 'cart') @endif @if($route == 'cart') @if($settings['tax_valid']) @endif @endif @if($route == 'cart') @endif @endforeach
{{__('web.product_image')}} {{__('web.product_name')}}{{__('web.product_code')}}{{__('web.quantity')}} {{__('web.cost')}}{{__('web.tax')}}{{__('web.total')}}
{{$row['product_name']}}{{$row['product_code']}}
{{$row['product_cost']}} {{__('web.sar')}}{{$row['tax_cost']}} {{__('web.sar')}} {{$route == 'cart' ? ($row['product_cost'] + $row['tax_cost']) : $row['product_cost']}} {{__('web.sar')}}

{{__('web.cost')}}

{{$total_products}} {{__('web.sar')}}
@if($route != 'cart') @if($discount != 0)

{{__('web.discount')}}

{{$discount}} {{__('web.sar')}}
@endif @endif @if($settings['tax_valid'])

{{__('web.tax')}}

{{$total_tax}} {{__('web.sar')}}
@endif @if($route != 'cart')

{{__('web.shipping_cost')}}

{{$shipping_cost}} {{__('web.sar')}}
@endif @if($route != 'cart') @if($on_hand_cost != 0)

{{__('web.on_hand_cost')}}

{{$on_hand_cost}} {{__('web.sar')}}
@endif @endif

{{__('web.full_total')}}

{{$route == 'cart' ? $total_products_tax : $total}} {{__('web.sar')}}
@else @include('web.pages.components.not_found',['message'=>__('web.not_found_product_cart')]) @endif