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