Liste des encadrants

@forelse ($stages as $stage) @empty @endforelse
Encadrant Etudiant
Binôme
Sujet Date début-stage Action
@if ($stage->nomprof($stage->encadrant_id) == '') @else {{ $stage->nomprof($stage->encadrant_id) }} @endif {{ $stage->nometudiant($stage->ins_id) }} @if ($stage->binome_id)
{{ $stage->nometudiant($stage->binome_id) }} @endif
{{ $stage->sujet }} {{ date_format(date_create($stage->date_debut), 'd/m/Y') }}
Aucun encadrant !
@section('title') Liste des encadrants @endsection