@foreach($carts as $row) @endforeach
{{__('web.product_image')}} {{__('web.product_name')}} {{__('web.product_code')}} {{__('web.quantity')}} {{__('web.cost')}} {{__('web.tax')}} {{__('web.total')}}
{{$row->product->currentDescription->name}} #{{$row->product->code}}

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

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

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