@extends('layouts.dashboard') @section('title', 'Modifier catégorie - Admin') @section('page-title', 'Modifier catégorie') @section('page-subtitle', 'Mettre à jour la catégorie.') @section('content') Retour @if($errors->any()) {{ $errors->first() }} @endif
@csrf @method('PUT')

Informations

@error('name')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="w-5 h-5 text-green-600 border-green-300 rounded focus:ring-green-500" />
@endsection