Create and manage instructor accounts, bios, and social presence.
| Instructor | Bio | Status | Actions |
|---|---|---|---|
|
@if ($instructor->avatar)
{{ $instructor->name }} {{ $instructor->email }} |
{{ \Illuminate\Support\Str::limit($instructor->bio, 80) ?: 'No bio added yet.' }} | {{ ucfirst($instructor->status) }} | Edit |
| No instructors found yet. | |||