@if (!count($airlineHours))
@lang("content.found") 0 @lang("content.records")
| No | @lang("content.flight_number") | STD | ATD | {{--@lang("content.departure") | --}} {{--@lang("content.type") | --}}@lang("content.planned_hours") | @lang("content.actual_hours") |
|---|---|---|---|---|---|---|---|
| Hours | --}} {{--Cost | --}} {{--||||||
| {{ ++$i }} | id}") }}"> {{ $flightNumber ? getAirlineCode($airline)."-".$flightNumber->flight_number.($route ? " (".$route.")" : "" ) : "-" }} | {{ baseDateFormat($flight->std, true) }} | {{ $flight->atd ? baseDateFormat($flight->atd, true) : "-" }} | @php $excessClass = actualTimeAccess($each->pTotalTime, $each->totalTime) @endphp{{ $each->pTotalTime ? $each->pTotalTime : "-" }} | {{ $each->totalTime ? $each->totalTime : "-" }} | ||
| @lang("content.total") | @php $excessClass = actualTimeAccess($flightHours["total"]->pTotalTime, $flightHours["total"]->totalTime) @endphp{{ $flightHours["total"]->pTotalTime ? $flightHours["total"]->pTotalTime : "-" }} | {{ $flightHours["total"]->totalTime ? $flightHours["total"]->totalTime : "-" }} |