@lang("content.punctuality_by_station")

@foreach($airportsUnique as $airport) @endforeach @for ($i = 0; $i <5; $i++) @php $bgColor = getPunctualityBgColor($categories[$i]) @endphp @foreach($airportsUnique as $airport) @php $currentAirport = isset($airportsByCategory[$i][$airport]) ? $airportsByCategory[$i][$airport] : false @endphp @if ($currentAirport) @else @endif @endforeach @endfor {{--Totals--}} @php $style = "font-weight:bold; text-align: center" @endphp @foreach($airportsUnique as $airport) @endforeach
@lang("content.station"){{ $airport }}
{{ trans("content.{$categories[$i]}") }}{{ $currentAirport->count }} {{ $currentAirport->percentage }}%
@lang("content.total_flights"){{ $airportsByCategory[$airport] }} 100%
{{--CHART ON TIME--}}

@lang("content.on_time"), %

{{--CHART ON TIME END--}} {{--CHART WITHIN 15 MIN TIME--}}

@lang("content.within_15_mins"), %

{{--CHART WITHIN 15 MIN END--}} {{--CHART WITHIN 30 MIN TIME--}}

@lang("content.within_30_mins"), %

{{--CHART WITHIN 30 MIN END--}} {{--CHART WITHIN 60 MIN TIME--}}

@lang("content.within_60_mins"), %

{{--CHART WITHIN 60 MIN END--}} {{--CHART ABOVE 60 MIN TIME--}}

@lang("content.above_60_mins"), %

{{--CHART ABOVE 60 MIN END--}}