@extends('admin.base') @section('title') EDUCATIVE | Elev @endsection @section('body')
{{$evaluation->nom}} de {{$evaluation->matiere->nom}}
Liste des élèves
@foreach($eleves as $key=>$eleve) @endforeach
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
@endsection @section('javascript') @if(session()->has('info')) @endif