@lang("content.list")

@foreach(array_reverse($flightContainers) as $i => $each) @php $container = "" @endphp @php $compartmentNum = substr($each->row_number, 0, 1); @endphp @php $owner = "-" @endphp @if ($each->container && $each->container->type) @php $container = $each->container->type->name.$each->container->num @endphp @if ($each->container->airline) @php $owner = $each->container->airline->iata @endphp @else @php $owner = $each->container->owner @endphp @endif @php $container .= $owner @endphp @endif @endforeach
No @lang("content.source") CPT @lang("content.position") @lang("content.container_details") @lang("content.weight") (KGs) @lang("content.content") VR
CPM UCM ID @lang("content.type") @lang("content.owner") @lang("content.status")
{{ $i + 1 }} {!! $each->from_cpm ? '' : "" !!} {!! $each->from_ucm ? '' : "" !!} {{ $compartmentNum }} {{ $each->row_number.$each->position }} {{ $container }} {{ $each->container && $each->container->type ? $each->container->type->name : "-" }} {{ $owner }} {!! $each->container_matched ? 'Matched' : "" !!} {{ $each->weight }} {{ $each->loaded_type }} {{ $each->vr }}