@extends('admin.layouts.app')
@section('content')
{{ $categories->count() }} catégorie(s)
+ Nouvelle catégorie| Nom | Slug | Produits | Ordre | Actions |
|---|---|---|---|---|
| @if($category->depth ?? 0) {!! str_repeat(' ', ($category->depth ?? 1) - 1) !!}└─ @endif {{ $category->name }} | {{ $category->slug }} | {{ $category->products_count }} | {{ $category->sort_order }} | Modifier |
| Aucune catégorie. | ||||