@extends('layouts.base') @section('content')

Ajouter un compte utilisateur

@csrf
@error('Nom') Ce champ est requis @enderror
@error('Nom') Ce champ est requis @enderror
@error('Fonction') Ce champ est requis @enderror
@error('Telephone') Ce champ est requis @enderror
@error('Email') Ce champ est requis @enderror
@error('MotDePasse') Ce champ est requis et doit comporter minimum 2 caractères@enderror
@error('Photo') Ce champ est requis @enderror
Annuler
@endsection