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