APIX FICHE DE RENSEIGNEMENT
{{ csrf_field() }}

IDENTIFICATION DE L'ELEVE


@if ($errors->has('eleve_prenom')) Le champs prenom est requis. @endif
@if ($errors->has('eleve_nom')) Le champs nom est requis. @endif
@if ($errors->has('eleve_sexe')) Le champs sexe est requis. @endif
@if ($errors->has('eleve_date_naissance')) Le champs date de naissance est requis. @endif
@if ($errors->has('eleve_lieu')) Le champs lieu de naissance est requis. @endif
@if ($errors->has('eleve_nationalite')) Le champs nationalité est requis. @endif
@if ($errors->has('eleve_classe')) Le champs classe est requis. @endif
@if ($errors->has('eleve_adresse')) Le champs adresse est requis. @endif

SCOLARITE

RENSEIGNEMENT SUR LES PARENTS

1.Le Père

2.La Mère

AUTRES INFORMATIONS

@if(Session::has('success')) @endif @if(Session::has('warning')) @endif @if(Session::has('danger')) @endif @if(Session::has('info')) @endif