@extends('student.main') @section('title', 'Tugas Akhir - Daftar Tugas Akhir Mahasiswa') @section('content')
| # | Judul | Nama Pembimbing | Tgl. Pengajuan | Status | Aksi | |
|---|---|---|---|---|---|---|
| --}} | {{ $key + 1 }} | {{ $item->title }} | @foreach ($item->mentors as $mentor) - {{ $mentor?->teacher?->name }} {{ $mentor?->is_tester ? "(Tester)" : "" }} @endforeach | {{ $item->topic }} | {{ $item->status }} |
|
| Tidak ada data. | ||||||