@lang("content.list")

{{-- --}} {{-- --}} {{-- --}} @foreach($staffFlights as $i => $each) @php $future = strtotime($each->pReportTime) > strtotime(date("Y-m-d H:i:s")) @endphp @php $class = $future ? "disabled-items" : "modal-action-btn" @endphp pReportTime)) }}" data-report_time="{{ $each->reportTime ? date("Y-m-d H:i", strtotime($each->reportTime)) : null }}" data-planned_release_time="{{ date("Y-m-d H:i", strtotime($each->pReleaseTime)) }}" data-release_time="{{ $each->releaseTime ? date("Y-m-d H:i", strtotime($each->releaseTime)) : null }}" data-flight_no="{{ $each->flightInfo }}" data-sector="{{ $each->route }}" data-sla="{{ $each->service->abbr }}" data-reason="{{ $each->reason }}" > {{-- --}} @if ($each->serviceType == DEPARTURE_SERVICE) @else @endif {{-- --}} {{-- --}} @endforeach
No@lang("content.flight_no") @lang("content.sector") @lang("content.service_type") @lang("content.date_time") @lang("content.service") PLN - @lang("content.start_date_time") ACT - @lang("content.start_date_time") PLN - @lang("content.release_date_time") ACT - @lang("content.release_date_time") RMKS @lang("content.actions")PLN - @lang("content.duration")ACT - @lang("content.duration")
{{ $i + 1 }}flight->id}") }}">{{ $each->flightInfo }} {{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->route }} {!! displayServiceWithLabel($each->serviceType) !!}{{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->departure }}{{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->arrival }}{{ $each->service->abbr }} {!! $each->pReportTime ? $each->pReportTime : "-" !!} {!! $each->reportTime ? $each->reportTime : "-" !!} {!! $each->pReleaseTime ? $each->pReleaseTime : "-" !!} {!! $each->releaseTime ? $each->releaseTime : "-" !!} {{ $each->reason }} {!! $each->pDurationTime && $each->pDurationTime != EMPTY_TIME_HM ? $each->pDurationTime : "-" !!}{!! $each->durationTime && $each->durationTime != EMPTY_TIME_HM ? $each->durationTime : "-" !!}