@extends('backend.layouts.admin') @section('title', 'Modification Catégorie document') @section('content')

{{ config('app.name') }}

Modification de la catégorie de document
@csrf @method('PUT')
@error('libelle') {{ $message }} @enderror
@endsection