@lang("content.stock")

@if (isset($stockULDs) && count($stockULDs)) @foreach($stockULDs as $j => $uld) @php $container = $uld->container @endphp @php $type = $container->type @endphp @php $containerID = $container ? ($type ? $type->name : "").$container->num.$container->owner : "-" @endphp @php $lastFlight = $uld->getLastFlight() @endphp @if ($lastFlight) @else @endif @endforeach
No ID @lang("content.type") @lang("content.owner") Last Arrival Flight Movement
Flight No Date
{{ $j + 1 }} @if ($container) id}?dateSearch=all" }}">{{ $containerID }} @else {{ $containerID }} @endif {{ $type ? $type->name : "-" }} {{ $container ? $container->owner : "-" }}{{ getFlightNumberFull($lastFlight->flightNumber) }} {{ getFlightArrivalDate($lastFlight) }} {!! implode("
", $uld->getMovement()) !!}
@endif