{{ __('Content Library') }}
{{ __('Organize records with clear names, slugs, and color labels.') }}
| {{ __('Category') }} | {{ __('Slug') }} | {{ __('Created') }} | {{ __('Actions') }} |
|---|---|---|---|
|
{{ $category->name }} {{ $category->description ?: __('No description added.') }} |
{{ $category->slug }} | {{ $category->created_at?->format('Y-m-d H:i') }} | |
{{ __('No categories yet') }}{{ __('Create your first category to start organizing the system.') }} {{ __('Create Category') }} |
|||