@extends('layouts.admin-simple') @section('title', $title ?? 'Category Management') @section('page-title', $title ?? 'Category Management') @section('breadcrumb')
| Category | Description | Color | Articles | Status | Order | Actions |
|---|---|---|---|---|---|---|
|
@if($category->icon)
{{ $category->icon }}
@endif
{{ $category->name }}
{{ $category->slug }}
|
{{ $category->description ?: '-' }} |
{{ $category->color }}
|
@if(isset($type) && $type === 'video') {{ $category->videos_count }} @else {{ $category->news_count }} @endif | @if($category->is_active) Active @else Inactive @endif | {{ $category->sort_order }} | |
|
category
No categories found@if(isset($type) && $type === 'video') Start by creating your first video category. @else Start by creating your first news category. @endif |
||||||