@extends('layouts.app') @section('title', $app_setting['name'] . ' | Instructor List') @section('content')
# | User | Title | Is Featured | Status | Action | |
---|---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ $instructor->user->name }} |
{{ $instructor->user->email }} | {{ $instructor->title }} | @if ($instructor->is_featured) Yes @else No @endif |
@if ($instructor->trashed())
Deleted
Active
|