@extends('layouts.admin') @section('title', 'Gestion des catégories') @section('content')
Nom | Description | Articles | Actions |
---|---|---|---|
{{ $category->name }}
|
{{ Str::limit($category->description, 100) }}
|
{{ $category->posts_count }} article(s) | @if($category->posts_count == 0) @else Supprimer @endif |
Commencez par créer votre première catégorie.