@csrf
{{__('Your Shopping Cart')}}
{{$sizeoforder}} {{__('Product')}}
@php $totalPrice=0; @endphp @if(Auth::id()) @foreach($data['Orders']->Cart as $order) @php $price=$order->price_off *$order->number ; $totalPrice=$order->price_off*$order->number+$totalPrice; @endphp @if($order->attribute_value_id !=0 ) @endif
- +
{{fnumber_format($order->price)}} {{$prefix}}
@if($order->price != $order->price_off )
{{fnumber_format(($order->price - $order->price_off )*$order->number)}}  {{$prefix}} {{__('Discount')}}
@endif
{{fnumber_format($order->price_off*$order->number)}} {{$prefix}}
@endforeach @else @foreach($data['Orders']->Cart as $order) @php $price=$order->price_off *$order->number ; $totalPrice=$order->price_off*$order->number+$totalPrice; @endphp @if($order->attribute_value_id !=0 ) @endif
- +
{{fnumber_format($order->price)}} {{$prefix}}
@if($order->price != $order->price_off )
{{fnumber_format(($order->price - $order->price_off )*$order->number)}}  {{$prefix}} {{__('Discount')}}
@endif
{{fnumber_format($order->price_off*$order->number)}} {{$prefix}}
@endforeach @endif

{{__('The Total Of The Shopping Cart')}}

{{__('Subtotal')}} : {{fnumber_format($totalPrice)}}   {{$prefix}}
{{__('Discount Code')}} : @if(Session::get('DiscountCodePrice')!=null) {{number_format(Session::get('Discountprice'))}} {{$prefix}} ({{Session::get('DiscountCode')}}) @endif
{{__('Tax')}} : ({{ (isset($settings['tax_'.$lang]))?$settings['tax_'.$lang]:0 }} %) {{PriceCalculationCart($totalPrice,(isset($settings['tax_'.$lang]))?$settings['tax_'.$lang]:0)}} {{$prefix}}
{{__('Total')}} : @if(Session::get('DiscountCodePrice') ==null) {{number_format((PriceCalculationAdmin($totalPrice,(isset($settings['tax_'.$lang]))?$settings['tax_'.$lang]:0)))}} {{$prefix}} @else {{ number_format(Session::get('DiscountCodePrice'))}} {{$prefix}} @endif
{{__('Free Shipping')}}
{{__('For High Orders')}} {{ (isset($settings['free_order_minimum_amount_'.$lang]))?$settings['free_order_minimum_amount_'.$lang]:'' }} {{$prefix}}
{{__('Free Shipping')}}