System Categories

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.

@forelse($categories as $category) @empty @endforelse
#
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
{!! $categories->links() !!}