@extends('admin.master') @section('content') @section('title','Performance Summary Report')
| S/L | Month | Rating(Out of 10) |
|---|---|---|
| {{++$serial}} | {{convartMonthAndYearToWord($value->month) }} | {{round($value->avgRating,2)}} |
| Employee Name: | {{$value->first_name }} {{$value->last_name }} ({{$value->department_name}}) | |
| Total Rating: | {{ $totalRating }} | |
| Average Rating: | {{ $totalRating / $item }} | |
| Star Rating: | ||
| Data not available ! | ||