@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Instance #').$instance->id) @section('content') @php $paperWorkflow = \App\Models\PerformanceAppraisalSetting::settings()->paperFormWorkflow(); @endphp
{{ $instance->staff?->user?->name }} · {{ $instance->cycle?->name }}
{{ __('Assign evaluators when creating a new instance, or use “Suggest from supervisor chain” on the create form as a starting point.') }}
| {{ __('Stage') }} | {{ __('Evaluator') }} | |
|---|---|---|
| {{ $row['label'] }} | {{ $row['evaluator_name'] ?? '—' }}({{ $row['evaluator_user_id'] ?? '—' }}) | {{ $row['warning'] ?? '' }} |
{{ __('Supervisor chain (user IDs, nearest first)') }}: {{ implode(' → ', $chainUserIds) }}
@endif{{ __('Strengths') }}
{{ __('Weaknesses') }}
{{ $pip->status }} — {{ $pip->notes }}
@endforeach