@extends('admin.layout') @php use Illuminate\Support\Str; @endphp @section('title', 'Gestion des catégories') @section('content')
| Nom | Description | Actions |
|---|---|---|
| {{ $category->name }} | {{ $category->description ? Str::limit($category->description, 80) : '—' }} | |
| Aucune catégorie trouvée | ||