@lang("content.stock")

@if (isset($stockULDsByType) && count($stockULDsByType)) @php $j = 0 @endphp @php $total = 0 @endphp @foreach($stockULDsByType as $type => $containers) @php $total += count($containers) @endphp @endforeach
No @lang("content.type") @lang("content.qty")
{{ ++$j }} {{ $type }} {{ count($containers) }}
@lang("content.total") {{ $total }}
@endif