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

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

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

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

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

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

@endif
@if ($errors->has('genre'))

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

@endif
@if ($errors->has('localite_id'))

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

@endif
@if ($errors->has('fonction_id'))

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

@endif
@if ($errors->has('grille'))

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

@endif
@if ($errors->has('date_embauche'))

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

@endif
@if ($errors->has('adresse'))

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

@endif
@if ($errors->has('enfants'))

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

@endif
@if ($errors->has('cin'))

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

@endif
@if ($errors->has('cnaps'))

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

@endif