@extends('layouts.master') @section('title', 'Créer une catégorie') @section('content')

@yield('title')

@csrf
@error('name') Ce champ est obligatoire @enderror
Quitter
@endsection