@foreach ($tous_les_cours as $cours)

{{$cours->nom}}

{{$cours->enseignant}}
@endforeach

@stack('other-scripts')