Liste des étudiants

@foreach ($stages as $stage) @endforeach
Sujet Étudiant
Binôme
Rapport de stage Nombre de séances d'encadrement Action
{{ $stage->sujet }} {{ $stage->nometudiant($stage->ins_id) }} @if ($stage->binome_id !== null)
{{ $stage->nometudiant($stage->binome_id) }} @endif
@if ($stage->rapportpath !== null) Cliquez ici pour voir ! @else Aucun rapport de stage @endif {{ $stage->encadrements->count() }}
@section('title') Liste des encadrements @endsection