@lang("content.stock")

@if (isset($containers) && count($containers)) @foreach($containers as $j => $container) @php $type = $container->type @endphp @php $containerID = $container ? ($type ? $type->name : "").$container->num.$container->owner : "-" @endphp @endforeach
No ID @lang("content.type") @lang("content.owner")
{{ $j + 1 }} @if ($container) id}?dateSearch=all" }}">{{ $containerID }} @else {{ $containerID }} @endif {{ $type ? $type->name : "-" }} {{ $container ? $container->owner : "-" }}
@endif