@extends('layouts.app') @section('page-title', __('Edit Evaluation')) @section('title', __('Edit Evaluation')) @section('content')
{{ __('User and KPI aren\'t editable after an evaluation is recorded - record a new evaluation instead if either was wrong.') }} {{ trim(($performance->user->first_name ?? '') . ' ' . ($performance->user->last_name ?? '')) }} · {{ $performance->kpi->title ?? __('Deleted KPI') }}
@if(!$performance->kpi)