@lang("content.flight_no") | @lang("content.planned_times") | @lang("content.actual_times") | |
---|---|---|---|
{{ $i + 1 }} | --}}
flight->id}") }}">
{{ $each->flightInfo }} ({{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->route }})
{!! baseDateFormat($depArr, true) !!} {!! $depArrType !!} |
{!! $each->pReportTime ? baseDateFormat($each->pReportTime, true) : "-" !!} {!! $each->pReleaseTime ? baseDateFormat($each->pReleaseTime, true) : "-" !!} {{ $each->service->abbr }} {{--{!! $each->pDurationTime && $each->pDurationTime != EMPTY_TIME_HM ? "Duration: ".$each->pDurationTime : "-" !!} --}} |
{!! $each->reportTime ? baseDateFormat($each->reportTime, true) : "-" !!} {!! $each->releaseTime ? baseDateFormat($each->releaseTime, true) : "-" !!} {{--{!! $each->durationTime && $each->durationTime != EMPTY_TIME_HM ? "Duration: ".$each->durationTime : "-" !!} --}} |