@if (!$data || !isset($data["list"]) || !count($data["list"]))
@lang("content.found") 0 @lang("content.records")
| @lang("content.flight_number") (@lang("content.sector")) |
STD | STA | {{--@lang("content.service_type") | --}} @foreach($selectedServicesByName as $id => $sla) @if (in_array($sla, $data["slaWithData"])){{ $sla }} | @endif @endforeach {{--GATE | --}} {{--LOFO | --}} {{-- @for($j = 0; $j < $data["cols"]; $j++)--}} {{--SLA | --}} {{-- @endfor--}}|||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $each["fn"] }} ({{ $each["route"] }}) | @if ($each["stype"] == DEPARTURE_SERVICE && isset($each["std"])) {{ $each["std"] }} @endif | @if ($each["stype"] == ARRIVAL_SERVICE && isset($each["sta"])) {{ $each["sta"] }} @endif | {{-- @foreach($each["services"] as $sla => $arr)--}} {{--{{ $sla }}-{{ $arr["req"] }} | --}} {{-- @endforeach--}} {{-- @php $j = count($each["services"]) @endphp --}} {{-- @if ($j < $data["cols"])--}} {{-- @for($k=$j; $k < $data["cols"]; $k++)--}} {{----}} {{-- @endfor--}} {{-- @endif--}} {{-- | ||||||
| --}} {{-- | --}} {{-- | --}} @foreach($selectedServicesByName as $id => $sla) @if (!in_array($sla, $data["slaWithData"])) @continue @endif @if (!isset($each["services"][$sla])) | @else @if (isset($each["services"][$sla]["staff"][$n])) | {{ ($n + 1) . ". " . $each["services"][$sla]["staff"][$n]["user"] }} | @elseif ($n > $each["services"][$sla]["req"] - 1)@else | {{ ($n + 1) }}. UN-ASSIGNED | @endif @endif @endforeach {{-- @foreach($each["services"] as $sla => $arr)--}} {{-- @if (isset($each["services"][$sla]["staff"][$n]))--}} {{----}} {{-- {{ ($n + 1).". ". $each["services"][$sla]["staff"][$n]["user"] }}--}} {{-- | --}} {{-- @elseif ($n > $arr["req"] - 1)--}} {{----}} {{-- @else--}} {{-- | {{ ($n + 1) }}. UN-ASSIGNED | --}} {{-- @endif--}} {{-- @endforeach--}} {{-- @php $t = count($each["services"]) @endphp --}} {{-- @if ($t < $data["cols"])--}} {{-- @for($k=$t; $k < $data["cols"]; $k++)--}} {{----}} {{-- @endfor--}} {{-- @endif--}} |