@lang("content.found") 0 @lang("content.records")
No | @lang("content.flight_number") | @lang("content.sector") | @lang("content.service_type") | @lang("content.date_time") | @lang("content.service") | @lang("content.start_date_time") | @lang("content.release_date_time") | @lang("content.duration") (@lang("content.hours")) | |
---|---|---|---|---|---|---|---|---|---|
{{ $i + 1 }} | flight->id}") }}">{{ $each->flightInfo }} | {{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->route }} | {!! displayServiceWithLabel($each->serviceType) !!} | @if ($each->serviceType == DEPARTURE_SERVICE){{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ baseDateFormat($each->departure, true, "-") }} | @else{{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ baseDateFormat($each->arrival, true, "-") }} | @endif{{ $each->service->abbr }} | {!! ($each->pReportTime ? baseDateFormat($each->pReportTime, true, "-")." PLN" : "-")." ".($each->reportTime ? baseDateFormat($each->reportTime, true, "-")." ACT" : "-") !!} |
{!! ($each->pReleaseTime ? baseDateFormat($each->pReleaseTime, true, "-")." PLN" : "-")." ".($each->releaseTime ? baseDateFormat($each->releaseTime, true, "-")." ACT" : "-") !!} |
{!! ($each->pDurationTime && $each->pDurationTime != EMPTY_TIME_HM ? $each->pDurationTime." PLN" : "-")." ".($each->durationTime && $each->durationTime != EMPTY_TIME_HM ? $each->durationTime." ACT" : "-") !!} |