@extends('admin.base') @section('title') EDUCATIVE | Elev @endsection @section('body')
Nom | Prénom | Note | Action | |
---|---|---|---|---|
{{$eleve->nom}} | {{$eleve->prenom}} | @if($eleve->note($idE,$eleve->id)!=null) {{$eleve->note($idE,$eleve->id)->note}} @else Non attribuée @endif | @if($eleve->note($idE,$eleve->id)==null) @else @endif | Bulletin |