@php $isAdmin = isAnyAdmin() @endphp
id}") }}" class="btn btn-primary">Add Services To All Airports
@if (count($slaByAirports))
@php $j = 0 @endphp @foreach($slaByAirports as $i => $slaItem)

SLA

@foreach($slaItem as $k => $each) @php $obj = $each->service_timings ? $each->service : $each @endphp @if (!$obj) @else @include("service.layouts.turnaround-service") @include("service.layouts.arrival-service") @include("service.layouts.departure-service") @endif @endforeach
No @lang("content.service") Effective date Discontinue date @lang("content.turnaround_services") @lang("content.arrival_services") @lang("content.departure_services") @lang("content.effective_time") @lang("content.actions")
@lang("content.name") @lang("content.status") @lang("content.include_all_stations") @lang("content.staff_req") @lang("content.staff_min") @lang("content.start_time")
(mins, before arrival)
@lang("content.release_time")
(mins, after departure)
@lang("content.duration") @lang("content.staff_req") @lang("content.staff_min") @lang("content.start_time")
(mins, before arrival)
@lang("content.release_time")
(mins, after arrival)
@lang("content.duration") @lang("content.staff_req") @lang("content.staff_min") @lang("content.start_time")
(mins, before departure)
@lang("content.release_time")
(mins, after departure)
@lang("content.duration") @lang("content.from") @lang("content.to")
N/A
{{ $k + 1 }} {{ $each->service ? $each->service->abbr : "-" }} {!! $each->service_timings ? "Defaults" : "Edited" !!} {!! $obj->include_all_stations ? "" : "" !!} {{ $each->start_date }} {{ $each->end_date }}{{ $obj->effective_from }} {{ $obj->effective_to }}
@endforeach @if ($isAdmin && isset($auditData))
@include("airline.layouts.show-sla-audit-table")
@endif
@endif