@extends('layouts.portal') @section('header_title', 'Performance Reviews') @section('content')

Employee Evaluations

Measuring excellence and nurturing growth within our team.

Log Performance Evaluation

@csrf

Evaluation History

@foreach($ratings as $rating) @endforeach
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') }}
{{ $ratings->links() }}
@endsection