@extends('admin.layouts.mainlayout') @section('content')

Course Details: {{ $course->title }}

Code: {{ $course->code }}

Description: {{ $course->credit_hours }}

Assigned Instructors:

@if ($course->instructors->isEmpty())

No instructors assigned yet.

@else @endif Edit Course Back to Courses
{{-- Form to assign/unassign instructors --}}

Manage Instructors

@csrf
Hold Ctrl/Cmd to select multiple instructors.
@endsection