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

Instructor Details: {{ $instructor->name }}

Email: {{ $instructor->email }}

Courses Taught:

@if ($instructor->courses->isEmpty())

This instructor is not currently assigned to any courses.

@else @endif Edit Instructor Back to Instructors
@endsection