@extends('decorator.console') @section('page-title') {{ trans('performanceReview.evaluation.title') }} @stop @section('html-head') @stop @section('page-wrapper')

{{ trans('performanceReview.evaluation.heading') }}

{{ trans('performanceReview.evaluation.message') }}

@include('common.console.message')
{!! csrf_field() !!}
{{ trans('performanceReview.label.review_details') }}
{{ trans('performanceReview.label.evaluation') }}
@foreach($listOfPerformanceReviewEvaluation as $key => $performanceReviewEvaluation) @endforeach
{{ trans('performanceReview.label.kpi') }} {{ trans('performanceReview.label.rating_range') }} {{ trans('performanceReview.label.rating') }} {{ trans('performanceReview.label.comment') }}
{{ $performanceReviewEvaluation->key_performance_indicator->name }} {{ $performanceReviewEvaluation->key_performance_indicator->minimum_rating }} - {{ $performanceReviewEvaluation->key_performance_indicator->maximum_rating }}
{{ trans('performanceReview.label.finalization') }}

Fatal error: Uncaught Error: Class 'Auth' not found in /home/app/htdocs/sisboxhrm/resources/views/console/performanceReviewEvaluationform.blade.php:162 Stack trace: #0 {main} thrown in /home/app/htdocs/sisboxhrm/resources/views/console/performanceReviewEvaluationform.blade.php on line 162