No | @lang("content.flight_details") | @lang("content.container_details") | CPT | @lang("content.position") | @lang("content.weight"), KGs | @lang("content.content") | VR | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@lang("content.status") | @lang("content.flight_number") | @lang("content.sector") | @lang("content.date") | ID | @lang("content.type") | @lang("content.owner") | @lang("content.status") | ||||||
{{ ++$j }} | {!! $status == ARRIVAL ? ' IN' : 'OUT ' !!} | {{ $fltNo }} | {{ $sector }} | {{ $flight ? baseDateFormat(getFlightDepartureDate($flight)) : "-" }} | {{ $containerID }} | {{ $type ? $type->name : "-" }} | {{ $container ? $container->owner : "-" }} | {!! $each->container_matched ? 'Matched' : "" !!} | {{ $each->row_number ? substr($each->row_number, 0, 1) : "-" }} | {{ $each->row_number.$each->position }} | {{ $each->weight }} | {{ $each->loaded_type }} | {{ $each->vr }} |