@extends('layouts.dashboard') @section('title', 'Catégories / Filières - Admin') @section('page-title', 'Catégories / Filières') @section('page-subtitle', 'Organisation des cours par filière / catégorie.') @section('content')
Aucune catégorie configurée.
Cliquez sur Nouvelle catégorie pour commencer.
| Nom | Slug | Statut | Date | Action |
|---|---|---|---|---|
| {{ $cat->name }} | {{ $cat->slug }} | @if($cat->is_active) active @else inactive @endif | {{ optional($cat->created_at)->diffForHumans() }} | Modifier |