@extends('admin.layouts.app') @section('content')

{{ $categories->count() }} catégorie(s)

+ Nouvelle catégorie
@forelse($categories as $category) @empty @endforelse
Nom Slug Produits Ordre Actions
@if($category->parent_id) └─ @endif {{ $category->name }} {{ $category->slug }} {{ $category->products_count }} {{ $category->sort_order }} Modifier
@csrf @method('DELETE')
Aucune catégorie.
@endsection