@include("aircraft.layouts.edit-flight-data-form") @if (isset($data['flights']) && count($data['flights']))
No | @lang("content.date") | @lang("content.flight") | @lang("content.sector") | @lang("content.block_hours") | @lang("content.flight_hours") | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Planned | Actual | Actual | ||||||||||
STD | STA | Hours | ATD | ATA | Hours | ABN | TDN | Hours | ||||
{{ ++$j }} | {{ getFlightDepartureDate($flight, true) }} | id}") }}">{{ getFlightNumber($flight) }} | {{ getFlightSector($flight) }} | {!! $each['initialDep'] ? baseTimeFormat($each['initialDep']) : "-" !!} | {!! $each['initialArr'] ? baseTimeFormat($flight['initialArr']) : "-" !!} | {!! !$each['planned'] ? "".hoursToTime($each['planned'], true)."" : hoursToTime($each['planned'], true) !!} | {!! $flight->atd ? baseTimeFormat($flight->atd) : "-" !!} | {!! $flight->ata ? baseTimeFormat($flight->ata) : "-" !!} | {!! !$each['actual'] ? "".hoursToTime($each['actual'], true)."" : hoursToTime($each['actual'], true) !!} | {!! $flight->abn ? baseTimeFormat($flight->abn) : "-" !!} | {!! $flight->tdn ? baseTimeFormat($flight->tdn) : "-" !!} | {!! !$each['planned'] ? "".hoursToTime($each['flying'], true)."" : hoursToTime($each['flying'], true) !!} |
Total: | {{ hoursToTime($data['totalPlanned'], true) }} | Total: | {{ hoursToTime($data['totalActual'], true) }} | Total: | {{ hoursToTime($data['totalFlying'], true) }} |