@foreach($shopping_order->shopping_order_items as $shopping_order_item) {{-- Bundle-Items: Enthaltene Produkte im Set/Kit auflisten --}} @if($shopping_order_item->product->bundleItems && $shopping_order_item->product->bundleItems->count() > 0) @foreach($shopping_order_item->product->bundleItems as $bundleItem) @endforeach @endif @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) }}
{{ $bundleItem->number }} ↳ {{ $bundleItem->pivot->quantity }}x {{ maxStrLength($bundleItem->getLang('name'), 30) }} -