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