@extends('layouts.admin') @section('content')

ASECAM

Ajouter étudiant

{{--

Ajout étudiant

--}}
{{ csrf_field() }}
@if ($errors->has('nom')) {{ $errors->first('nom') }} @endif
@if ($errors->has('prenom')) {{ $errors->first('prenom') }} @endif
@if ($errors->has('date_naissance')) {{ $errors->first('date_naissance') }} @endif
@if ($errors->has('tel')) {{ $errors->first('tel') }} @endif
@if ($errors->has('lieu_naissance')) {{ $errors->first('lieu_naissance') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('promotion')) {{ $errors->first('promotion') }} @endif
@if ($errors->has('adresse')) {{ $errors->first('adresse') }} @endif
@if ($errors->has('niveau')) {{ $errors->first('niveau') }} @endif
@endsection