@extends('layouts.app') @section('title','Performance') @section('content')
| Employee | Cycle | Delivery | Quality | Communication | Ownership | Rating |
|---|---|---|---|---|---|---|
| {{ $r->employee->user->name }} | {{ $r->cycle->name }} | {{ $r->delivery_score }} | {{ $r->quality_score }} | {{ $r->communication_score }} | {{ $r->ownership_score }} | {{ $r->rating }} |