@include('sub_view/header')

Créer un compte

@csrf








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

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

@endif

eye

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

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

@endif










Les champs avec une * sont obligatoires pour valider le formulaire