@if(empty($is_checkout)) @endif @foreach(\Modules\Order\Helpers\CartManager::items() as $cartItem) @if(empty($is_checkout)) @endif @endforeach
{{__('Product')}} {{__('Price')}} {{__('Quantity')}} {{__('Total')}}{{__('Actions')}}
@if($cartItem->model)
    @if($cartItem->model->image_id)
  • {!! get_image_tag($cartItem->model->image_id ?? '','thumb',['class'=>'float-left img-120 mw-80'])!!}
  • @endif
  • {{$cartItem->name}}
@else @endif
{{format_money($cartItem->price)}} {{$cartItem->qty}} {{format_money($cartItem->subtotal)}}