@extends('layouts.app') @section('title', 'Supervisor Dashboard - FYP') @section('content')
Welcome, {{ Auth::user()->fullname }}
| # | Student | Student ID | Project Title | Duration | Status | Action |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $fyp->studentDisplayName() }} | {{ $fyp->studentDisplayId() }} | {{ $fyp->projectTitle?->title ?? '-' }} | {{ $fyp->fyp_duration ?? '-' }} | {{ $fyp->status }} | View Details |