@extends('layouts.app') @section('title','My Evaluations') @section('content')
Only projects assigned to your panel account are shown.
| Project | Competition | Category | Team | Evaluation | |
|---|---|---|---|---|---|
| {{ $project->project_code }} {{ $project->title }} | {{ $project->competition->code }} | {{ $project->category }} | {{ $project->members->pluck('name')->join(', ') }} | {{ $evaluation?->status?:'not started' }}@if($evaluation?->status==='finalised') {{ number_format((float)$evaluation->total_score,2) }}%@endif | @if($evaluation?->status==='finalised')Locked@elseif(!$project->competition->isLocked()){{ $evaluation?'Continue':'Evaluate' }}@endif |
No projects have been assigned to you. | |||||