@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Featured Instructors')) @section('header-title')
| # | {{ __('User') }} | {{ __('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') }} |
||||||