@extends('layouts.app') @section('title', 'تفاصيل التقييم') @section('page_title', 'تقييم رقم #' . $evaluation->id) @section('page_subtitle', 'الموظف: ' . ($evaluation->agent?->name ?? '—')) @section('content')
| القسم | المعيار | الدرجة | من | ملاحظة |
|---|---|---|---|---|
| {{ $answer->criteria?->section }} | {{ $answer->criteria?->title }} | {{ (float) $answer->score }} | {{ $answer->criteria?->max_score }} | {{ $answer->comment ?? '—' }} |
| المقيّم | {{ $evaluation->evaluator?->name ?? '—' }} |
|---|---|
| التاريخ | {{ $evaluation->created_at->format('Y-m-d H:i') }} |
| المكالمة | @if ($evaluation->call_id) #{{ $evaluation->call_id }} @else — @endif |
{!! nl2br(e($evaluation->notes ?? '—')) !!}
{!! nl2br(e($evaluation->action_plan ?? '—')) !!}
@if ($evaluation->dispute_reason){{ $evaluation->dispute_reason }}
@endif