@extends('layouts.app') @section('title','Performance') @section('content')

Performance & KPI Reviews

@foreach($reviews as $r)@endforeach
EmployeeCycleDeliveryQualityCommunicationOwnershipRating
{{ $r->employee->user->name }}{{ $r->cycle->name }}{{ $r->delivery_score }}{{ $r->quality_score }}{{ $r->communication_score }}{{ $r->ownership_score }}{{ $r->rating }}
{{ $reviews->links() }}
@endsection