/home/techb158/ileadtechnology.com/resources/views/admin/course/courseclass
NameSizeModeActions
edit.blade.php271760644editdlrm
index.blade.php193180644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/course/courseclass/index.blade.php (19318B)
+ {{ __('adminstaticword.Add') }}

@foreach($courseclass as $cat) @php $chname = App\CourseChapter::where('id','=',$cat->coursechapter_id)->get(); @endphp @endforeach
# {{ __('adminstaticword.CourseChapter') }} {{ __('adminstaticword.Title') }} {{ __('adminstaticword.Status') }} {{ __('adminstaticword.Featured') }} {{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Delete') }}
@foreach($chname as $cc) {{ $cc->chapter_name }} @endforeach {{$cat->title}} @if($cat->status==1) {{ __('adminstaticword.Active') }} @else {{ __('adminstaticword.Deactive') }} @endif @if($cat->featured==1) {{ __('adminstaticword.Yes') }} @else {{ __('adminstaticword.No') }} @endif
{{ csrf_field() }} {{ method_field('DELETE') }}
@section('script') @endsection