@extends('layouts.side_bar') @section('content')
Manage which subjects each lecturer can teach.
| Lecturer | Subject | Subject ID | Actions | |
|---|---|---|---|---|
| {{ $assignment->lecturer?->name }} | {{ $assignment->lecturer?->email ?: 'N/A' }} | {{ $assignment->subject?->name }} | @if ($assignment->subject?->subject_code) {{ $assignment->subject->subject_code }} @else N/A @endif | Edit |
| No lecturer subject assignments found. | ||||