@extends('layouts.admin') @section('title', 'Categorias') @section('eyebrow', 'Organização') @section('content')
| Nome | Slug | Status | Ordem | Arquivos | Ações |
|---|---|---|---|---|---|
|
{{ $category->name }}
@if ($category->description)
{{ \Illuminate\Support\Str::limit($category->description, 90) }}
@endif
|
{{ $category->slug }} | {{ $category->status === 'active' ? 'Ativa' : 'Inativa' }} | {{ $category->sort_order }} | {{ $category->files_count }} | |
| Nenhuma categoria cadastrada. | |||||