| Sl | Thesis Title |
|---|---|
| {{ $loop->iteration }} | {{ $thesis['title'] }} |
| No information provided. | |
| UG | PG | PhD |
|---|---|---|
| {{ $thesisList->where('level', 'ug')->first()['title'] ?? '-' }} | {{ $thesisList->where('level', 'pg')->first()['title'] ?? '-' }} | {{ $thesisList->where('level', 'phd')->first()['title'] ?? '-' }} |