@foreach($shopping_order->shopping_order_items as $shopping_order_item) @endforeach
{{__('tables.article_no')}} {{__('tables.label')}} {{__('tables.quantity')}}
{{ $shopping_order_item->product->number }} {{ maxStrLength($shopping_order_item->product->getLang('name'), 35) }} {{ cleanIntegerFromString($shopping_order_item->qty) }}