@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Instructor List')) @section('header-title')
| # | {{ __('Name') }} | {{ __('Email') }} | {{ __('Title') }} | {{ __('Is Featured') }} | {{ __('Action') }} | ||
|---|---|---|---|---|---|---|---|
| {{ generateID($loop->iteration) }} |
{{ $instructor->user->name }} |
{{ $instructor->user->email }} | {{ $instructor->title }} |
@if (!$instructor->is_featured)
{{ __('Inactive') }}
{{ __('Active') }}
|
|||
{{ __('No Instructor Available') }} |
|||||||