{{ $i }} |
{{ $etudiants->nom }} |
{{ $etudiants->prenom }} |
{{ $etudiants->carte_etudiante }} |
{{ $etudiants->date}} |
{{ $etudiants->sexe }} |
{{ $etudiants->lieu_naissance}} |
{{ $etudiants->ufr }} |
{{ $etudiants->faculte }} |
{{ $etudiants->niveau_actuelle }} |
{{ $etudiants->session }} |
{{ $etudiants->annee_credit }} |
Diplôme |
Année de diplôme |
Action |
@foreach ($etudiants->diplomeDemande as $diplome)
{{ $a }} |
{{ $diplome->diplome }} |
{{ $diplome->annee }} |
|
@php
$a++;
@endphp
@endforeach
|
@php
$i += 1;
@endphp
@endforeach