← Zurück
{{-- Vergleichsranking --}}
@foreach($comparison->sortByDesc('completion_rate') as $i => $c) @php $rank = $i + 1; $rankColors = ['text-yellow-500', 'text-gray-400', 'text-amber-600']; @endphp
#{{ $rank }}
{{ substr($c['branch']->name, 0, 2) }}

{{ $c['branch']->name }}

Abschlussquote

{{ $c['completion_rate'] }}%

Ø Abweichung

{{ $c['avg_abs_deviation'] }}

Inventuren

{{ $c['tasks_done'] }}/{{ $c['tasks_total'] }}

Krit. Bestände

{{ $c['critical_stock'] }}

@endforeach