@extends('layouts.admin') @section('title', 'Catégories') @section('page-title', 'Catégories') @section('content')
Aucune catégorie trouvée.
@else| Ordre | Nom | Slug | Produits | Statut | Actions |
|---|---|---|---|---|---|
| {{ $category->order }} | {{ $category->name }} | {{ $category->slug }} | {{ $category->products_count }} |
Modifier
@if($category->products_count === 0)
@endif
|