@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Performance appraisal instances')) @section('content')
| ID | {{ __('Staff') }} | {{ __('Cycle') }} | {{ __('Status') }} | {{ __('Stage') }} | {{ __('Final') }} | |
|---|---|---|---|---|---|---|
| {{ $r->id }} | {{ $r->staff?->user?->name ?? '—' }} ({{ $r->staff?->user?->id ?? '—' }}) | {{ $r->cycle?->name }} | {{ $r->status }} | {{ $r->current_stage }} | {{ $r->final_total_score ?? '—' }} | {{ __('View') }} @can('PerformanceAppraisal-edit') {{ __('Edit') }} @endcan @can('PerformanceAppraisal-delete') @if($r->status !== \App\Models\AppraisalInstance::STATUS_FINALIZED) @endif @endcan |
{{ __('No scores are changed yet; this records intent for HR analytics.') }}