@extends('layouts.app') @section('title', 'Student FYP - Admin') @section('content')
Manage student FYP enrollments and supervisor allocation
| # | Student | Student ID | Supervisor | Project Title | Duration | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $students->firstItem() + $i }} | {{ optional($fyp->student)->fullname }} | {{ optional($fyp->student)->user_id }} | {{ $fyp->supervisorDisplayName() }} | {{ $fyp->projectTitle?->title ?? '-' }} | {{ $fyp->fyp_duration ?? '-' }} | {{ $fyp->status }} | Edit |
| No FYP assignments found. | |||||||