@extends('garage.layouts.app') @section('title', 'Performance Evaluation') @section('content')
| Date | Employee | Rating | Score | Next Review | Remarks | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $r->evaluation_date }} | {{ $r->employee_name }} @if($r->employee_code)({{ $r->employee_code }})@endif | {{ $r->rating ?: '—' }} | {{ $r->score !== null ? number_format((float)$r->score, 2) : '—' }} | {{ $r->next_review_date ?: '—' }} | {{ $r->remarks ?: '—' }} | {!! !empty($r->is_active) ? 'Active' : 'Inactive' !!} | |
| No evaluations found. | |||||||