|
{{-- |
{{ $universite->descruni }}****************{{ $etablissement->descreta }} |
{{-- |
FICHE DU PARCOURS DE L'ÉTUDIANT |
||
{{-- --}}
|
Pays d'origine: {{$data['infosEtudiant']->first()->nationalite}} |
{{-- |
| Noms et Prénoms | : | {{ $data['infosEtudiant']->first()->nom }} {{ $data['infosEtudiant']->first()->prenom }} | Sexe | : | {{ $data['infosEtudiant']->first()->sexe }} |
| Date et lieu de naissance | : | {{ $data['infosEtudiant']->first()->date_nais }} à {{ $data['infosEtudiant']->first()->lieu_nais }} | N° d'inscription | : | {{ $data['infosEtudiant']->first()->matricule }} |
@endif
| Année académique | Niveau | Filière | Statut | UE Restant | % Crédit | Moyenne Pondérée | ||
| {{$studentAtAYear->annee_acad - 1}} - {{$studentAtAYear->annee_acad}} | {{$studentAtAYear->niveauFormation}} {{$studentAtAYear->annee}} | {{$studentAtAYear->sigleFilieres}} | @php if($studentAtAYear->statut == 1){ echo 'TP'; } elseif($studentAtAYear->statut == 2){ echo 'Boursier'; } else{ echo 'Réduction'; } @endphp |
@php
if($studentAtAYear->nombreUErestant == 0){
echo '0';
}
else{
echo '
|
{{$studentAtAYear->pourcentageCredit}} | {{$studentAtAYear->moyennePonderee}} |
| {{$etablissement->ville.', le '.now()->format('d').' '.$mois[now()->format('n')-1].' '.now()->format('o')}} | ||