Liste des évaluations

@foreach ($stages as $stage) @endforeach
Sujet Étudiant / Binôme Note Action
{{ $stage->sujet }} {{ $stage->nometudiant($stage->ins_id) }} @if($stage->binome_id)
{{ $stage->nometudiant($stage->binome_id) }} @endif
@if($stage->note == null) @else {{ $stage->note }} @endif @if(noteStageExists($stage->id)) {{-- --}} @endif
@section('title') Liste de mes étudiants @endsection