@lang("content.roster")

{{-- --}} @foreach($staffFlights as $i => $each) {{-- --}} @if ($each->serviceType == DEPARTURE_SERVICE) @else @endif @endforeach
No@lang("content.flight_number") @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") PLN - @lang("content.duration") ACT - @lang("content.duration") @lang("content.rmks") @lang("content.signature") @lang("content.date")
{{ $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 ? date("Y-m-d H:i", strtotime($each->departure)) : "" }}{{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->arrival ? date("Y-m-d H:i", strtotime($each->arrival)) : "" }}{{ $each->service->abbr }} {!! $each->pReportTime ? date("Y-m-d H:i", strtotime($each->pReportTime)) : "-" !!} {!! $each->reportTime ? date("Y-m-d H:i", strtotime($each->reportTime)) : "-" !!} {!! $each->pReleaseTime ? date("Y-m-d H:i", strtotime($each->pReleaseTime)) : "-" !!} {!! $each->releaseTime ? date("Y-m-d H:i", strtotime($each->releaseTime)) : "-" !!} {!! $each->pDurationTime && $each->pDurationTime != EMPTY_TIME_HM ? $each->pDurationTime : "-" !!} {!! $each->durationTime && $each->durationTime != EMPTY_TIME_HM ? $each->durationTime : "-" !!} {{ $each->reason }}