Here are the aircraft that were available overnight, what was serviced and what was missed, deferred, or has no schedules.
@if (isset($data['snapshot']))Operator | Tail # | Reg | Arrival | Departure | Ground |
---|---|---|---|---|---|
{{ $item['operator'] }} | {{ $data['schedules'][$item['registration']]['tail_number'] ?? 'NA' }} | {{ $item['registration'] }} | {{ $arrival->format('m/d H:i') ?? '-' }} | {{ (is_null($departure)) ? '-' : $departure->format('m/d H:i') }} | {{ $diff ?? '-' }} hrs |