Staff Ratings - {{ \Carbon\Carbon::createFromDate($year, $month, 1)->format('F Y') }}
| S.L No. | Labor Name | Rating / Status |
|---|---|---|
| {{ $index + 1 }} | {{ $staff->name }} |
@if($userRatings->has($staff->id))
@php $rating = $userRatings[$staff->id]; @endphp
Your Ratings:
Safety: {{ $rating->safety_compliance }} |
Communication: {{ $rating->communication }} |
Attendance: {{ $rating->attendance }} |
Time: {{ $rating->time_management }} |
Responsibility: {{ $rating->job_responsibility }} |
Material Handling: {{ $rating->material_handling }} |
Document Handling: {{ $rating->document_handling }} |
Competency: {{ $rating->competency }}
@else
@endif
@if($monthlyReports->has($staff->id))
Final Score: {{ $monthlyReports[$staff->id]->final_score }}
@endif
Based on {{ $monthlyReports[$staff->id]->total_ratings }} rating(s) |