@extends('layouts.app') @section('page-title', __('Assign KPI')) @section('title', __('Assign KPI')) @section('content')
@include('partials.messages')

{{ __('Assign ":title" to Users', ['title' => $kpi->title]) }}

{{ __('Back to KPIs') }}
@php $assignedIds = $kpi->users->pluck('id')->all(); @endphp
@csrf @method('PUT')
{{ __('Unchecking a user removes them from this KPI - only unassign someone who hasn\'t been evaluated on it, or you\'ll lose the ability to record new scores against their existing history.') }}
{{ __('Cancel') }}
@endsection @push('scripts') @endpush