@extends('layouts.app') @section('title', 'Instructors') @section('page-title', 'Instructors') @section('breadcrumb', 'Manage instructors') @section('content')
| Name | Courses | Status | Actions | |
|---|---|---|---|---|
| {{ $instructor->name }} | {{ $instructor->email }} | {{ $instructor->courses_count }} | Edit |