@extends('layouts.admin') @section('title', 'Modifier une catégorie') @section('page-title', 'Catégories') @section('content')

Modifier : {{ $category->name }}

{{ $category->products_count }} produit(s) lié(s)
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
is_active ? 'checked' : '' }} class="rounded border-gray-300 text-primary focus:ring-primary">
Retour à la liste
@endsection