@extends('layouts.admin') @section('title', 'Categories') @section('header', 'Engagement Categories') @section('subheader', 'Manage the 10 dimensions of employee engagement') @section('header-actions') Add Category @endsection @section('content')
| Order | Category | Description | Questions | Status | Actions |
|---|---|---|---|---|---|
| {{ $category->sort_order }} |
{{ $category->icon }}
{{ $category->name }}
{{ $category->slug }}
|
{{ Str::limit($category->description, 80) }} |
{{ $category->question_bank_items_count }} | @if($category->is_active) Active @else Inactive @endif | |
|
No categories found |
|||||