@include('sub_view/header')

Créer un compte

@csrf



@if ($errors->has('nom'))

{{$errors->first('nom')}}

@endif


@if ($errors->has('prenom'))

{{$errors->first('prenom')}}

@endif


@if ($errors->has('mail'))

{{$errors->first('mail')}}

@endif
eye

@if ($errors->has('mdp'))

{{$errors->first('mdp')}}

@endif

Les champs munient d'une * sont obligatoires pour valider le formulaire