Crew Type | @lang("content.from") | @lang("content.to") | Total Crew | @lang("content.flight") | @lang("content.date") | User | @lang("content.status") | |||
---|---|---|---|---|---|---|---|---|---|---|
Scheduled | With No Crew | Min Req. Not Met | Standby Shortage | |||||||
{{ strtoupper($crewRoster->type) }} | {{ baseDateFormat($crewRoster->roster_from) }} | {{ baseDateFormat($crewRoster->roster_to) }} | {{ $crewRoster->total_crew }} | {{ $crewRoster->total_flights }} | {{ $crewRoster->flt_no_crew }} | {{ $crewRoster->flt_no_min_req }} | {{ $crewRoster->flt_no_standby }} | {{ $crewRoster->published_data ? baseDateFormat($crewRoster->published_date, true, '-') : baseDateFormat($crewRoster->created_at, true, '-') }} | {{ $crewRoster->user->first_name." ".$crewRoster->user->last_name }} | {{ $crewRoster->status }} |
ID | {{ $user ? $user->id : "-" }} |
@lang("content.position") | {{ $position }} |
Planned | {{ hoursToTime($each->hours, true) }} |
Flights Scheduled | |||
---|---|---|---|
Flight Num | @lang("content.sector") | STD | STA |
{{ $flightNumber->flight_number }} | {{ $sector }} | {{ baseDateFormat($flight->std, true, '-') }} | {{ baseDateFormat($flight->sta, true, '-') }} |