@extends('layouts.app') @section('title', 'KPIs — ' . config('app.name')) @section('content')
| Name | Team / Category | Type | Thresholds | Latest | Entries | Actions |
|---|---|---|---|---|---|---|
| {{ $kpi->name }} | {{ $kpi->team?->name ?? '—' }} / {{ $kpi->category?->name ?? '—' }} | {{ $kpi->value_type->label() }} · {{ $kpi->evaluation->label() }} | {{ $kpi->thresholdSummary() }} | @if ($kpi->latestEntry) @include('partials.status-badge', ['status' => $kpi->latestEntry->status]) {{ $kpi->value_type->format($kpi->latestEntry->value, $kpi->unit_label) }} @else — @endif | {{ $kpi->entries_count }} | Entries Edit |