@extends('layouts.app') @section('title','Projects') @section('content')
Review team details, submissions, evaluation status, and final results.
| Project | Competition | Category | Team | Status | Score | |
|---|---|---|---|---|---|---|
| {{ $project->project_code }} {{ $project->title }} |
{{ $project->competition->code }} | {{ $project->category }} | {{ $project->members->pluck('name')->join(', ') }} | {{ str_replace('_',' ',$project->status) }} | {{ $project->average_score !== null ? number_format((float)$project->average_score,2) : '—' }} | Open |
No project records found. | ||||||