List all vehicles that were pre and/or post checked in last 24 hours per user stations.
Type | Unit # | Station |
---|---|---|
{{ $item->fleet->aircraftType->title }} | {{ $item->fleet->tail_number }} | {{ $item->fleet->airline->title }} |
No checks in the last 24 hours. |
Past due maintenance on any PMI's, Manager Inspections, and Detail/Clean/Wash per user stations.
Type | Unit # | Task | Scheduled | Station |
---|---|---|---|---|
{{ $item->fleet->aircraftType->title ?? 'NA' }} | {{ $item->fleet->tail_number ?? 'NA' }} | @if ($item->group_title !== $item->task_title) {{ $item->group_title }}: @endif {{ $item->task_title }} | {{ $item->date }} | {{ $item->airline_title }} | @empty
No overdue maintenance. Make sure you have a maintenance airline in your profile. |
Open maintenance service requests per user station.
Type | Unit # | Created | Station | Details |
---|---|---|---|---|
{{ $item->fleet->aircraftType->title }} | {{ $item->fleet->tail_number }} | {{ $item->created_at }} | {{ $item->fleet->airline->title }} | {{ $item->note }} | @empty
No open service requests. Make sure you have a maintenance airline in your profile. |