Objectives yang ditugaskan kepada setiap talent
Belum ada anggota tim.
{{ $user->name }}
@if($m['roles']){{ $m['roles'] }}
@endifAvg Progress
{{ $m['avg_progress'] }}%
| Grup | Objective | Unit | Target | Realisasi | Progress | Status |
|---|---|---|---|---|---|---|
| {{ $obj['group'] }} |
{{ $obj['name'] }} @if($obj['description']){{ $obj['description'] }} @endif |
{{ $obj['unit'] ?? '—' }} | {{ $obj['target'] !== null ? number_format($obj['target']) : '—' }} | {{ $obj['realized'] !== null ? number_format($obj['realized']) : '—' }} |
|
{{ match($obj['status']) { 'completed' => 'Selesai', 'in_progress' => 'Berjalan', 'not_started' => 'Belum Mulai', default => $obj['status'] ?? '—', } }} |