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