@extends('layouts.dashboard') @section('title', 'Team Reviews') @section('content')
Employee | Quality of Work | Communication | Ownership | Team Collaboration | Overall Rating | Comments | Action | |
---|---|---|---|---|---|---|---|---|
{{ $emp->name }} | {{ $emp->email }} | {{ $r->quality_of_work ?? '-' }} | {{ $r->communication ?? '-' }} | {{ $r->ownership ?? '-' }} | {{ $r->team_collaboration ?? '-' }} | {{ $r->overall_rating ?? '-' }} | {{ $r->comments ?? '-' }} | |
No active employees found in your team. |