Category Levels

It is a hierarchy of different levels or layers in a system architecture or design. These levels can be organized based on their functionality, complexity, or other factors that define their role within the system.

@forelse($category_levels as $category_level) @empty @endforelse
#
Label Level Status Created At Action
{{$loop->index +1 }}
{{$category_level->label}} {{$category_level->level}} {{$category_level->status()}} {{$category_level->created_at->diffForHumans()}}
There is no category level found
{!! $category_levels->links() !!}