@extends('layouts.portal') @section('header_title', 'Performance Reviews') @section('content')
Measuring excellence and nurturing growth within our team.
| Employee | Rating | Evaluation | Reviewer | Date |
|---|---|---|---|---|
|
{{ $rating->user->name }} {{ $rating->user->designation }} |
@for($i=1; $i<=5; $i++)
@endfor
|
{{ strtoupper($rating->type) }}
{{ $rating->feedback }} |
{{ $rating->reviewer->name }} |
{{ $rating->created_at->format('M d, Y') }} |