{{-- {{ $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 */ $each->departure ? date("Y-m-d H:i", strtotime($each->departure)) : "" }} |
@else
{{ /* @var App\Classes\Staff\Flight\StaffFlight $each */ $each->arrival ? date("Y-m-d H:i", strtotime($each->arrival)) : "" }} |
@endif
{{ $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 }} |
|
|
@endforeach