@include('admin.performance_appraisal.partials.appraisal_staff_info_block', [ 'showTitle' => true, 'title' => 'কর্মী মূল্যায়নপত্র', ]) @foreach($bands as $b) @endforeach @foreach($peer360Columns ?? [] as $peerCol) @endforeach @foreach($kpiRows as $row) @foreach($bands as $b) @endforeach @foreach($peer360Columns ?? [] as $peerCol) @php $peerScore = isset($peerCol['responses'][$row['kpi_id'] ?? null]) ? (float) $peerCol['responses'][$row['kpi_id']] : null; @endphp @endforeach @endforeach @php $footerLabelColspan = 1 + ($bandCount ?? count($bands)); @endphp @foreach($peer360Columns ?? [] as $peerCol) @endforeach @foreach($peer360Columns ?? [] as $peerCol) @endforeach @foreach($peer360Columns ?? [] as $peerCol) @endforeach
মূল্যায়নের সূচক{{ $b['label_bn'] }}
({{ $b['min'] }}–{{ $b['max'] }})
{{ $employeeColumnLabel ?? ($staff->user?->name ?? '—') }}
{{ $employeeStageLabel ?? __('Employee — fill evaluation form') }}
360°
{{ $peerCol['name'] }}
({{ $peerCol['relationship_label'] }})
{{ $row['title'] }} @if($row['score'] !== null && $row['band'] && (int) $row['band']['min'] === (int) $b['min']) ✓ @endif {{ $row['score'] !== null ? (int) $row['score'] : '' }}{{ $peerScore !== null ? (int) $peerScore : '' }}
মোট প্রাপ্ত স্কোর {{ number_format($rawSum, 0) }}{{ number_format((float) $peerCol['raw_sum'], 0) }}
মোট স্কোর {{ number_format($maxRaw, 0) }}{{ number_format($maxRaw, 0) }}
শতকরা অর্জিত স্কোর {{ number_format($percent, 2) }}%{{ number_format((float) $peerCol['percent'], 2) }}%
সার্বিক মন্তব্য

ক) কর্মীর তিনটি ভাল দিক:

  1. {{ $instance->strength_1 ?: '—' }}
  2. {{ $instance->strength_2 ?: '—' }}
  3. {{ $instance->strength_3 ?: '—' }}

খ) কর্মীর তিনটি দুর্বলতা:

  1. {{ $instance->weakness_1 ?: '—' }}
  2. {{ $instance->weakness_2 ?: '—' }}
  3. {{ $instance->weakness_3 ?: '—' }}
মূল্যায়নে প্রাপ্ত মান সম্পর্কে সংশ্লিষ্ট কর্মীর মতামত/সুপারিশ

(নির্ধারিত ঘরে টিকচিহ্ন (√) দিন)

@foreach($decisionOptions as $opt)
{{ $opt->label_bn }} @if($opt->label_en) — {{ $opt->label_en }} @endif
@endforeach
স্বাক্ষর
@include('admin.performance_appraisal.partials.appraisal_signatures_block')