@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('Photo') Ce champ est requis @enderror --}}
{{-- @error('MotDePasse') Ce champ est requis et doit comporter minimum 2 caractères@enderror --}}
Annuler
@endsection @push('scripts') @endpush