It is common to have categories for tagging the tickets. These categories are used to classify the tickets based on their type, priority, or department.
|
#
|
Name | Level | Parent | Status | Created At | Action |
|---|---|---|---|---|---|---|
|
{{$loop->index +1 }}
|
{{$category->name}} | {{$category->categoryLevel->label}} | {{$category->parent_id !=null ? $category->categoryParent->name : '-'}} | {{$category->status()}} | {{$category->created_at->diffForHumans()}} |
|
| There is no category found | ||||||