{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title','GAS LMS | Question Category') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Question category' => route('teacher.questioncategory.index',$cid)]]) @endsection {{-- Content --}} @section('content')
| id | cateory name | {{--course name | --}}Actions |
|---|---|---|---|
| {{++$count}} | {{$category->category_name}} | {{--{{$category->course->cname.' ( '.$category->course->level->lshort_name.' )'}} | --}}
@if (null !== $category->children)
View subcategories
@endif
|