@extends('layout.template') @section('intitule')

INSERTION DES NOTES: {{ $data['ecues']->first()->intituleUnite }}

@endsection @section('breadcrumb') @endsection @section('styles') @endsection @section('main')

Notes des étudiants: Reprises

Ce formulaire permet de renseigner la note des étudiants...

{{ $data['ecues']->first()->intituleUnite }}
@foreach ($data['ecues'] as $ecue) @endforeach @foreach ($data['students'] as $student) @for ($i = 1; $i <= count($data['ecues']); $i++) @endfor @endforeach
# Matricule Noms & Prénoms Notes ({{ $ecue->intituleEcu }})
{{ $counterEtu }} {{ $student->matricule }} {{ $student->nomPrenom }}noteReprise }} style="width:200px;border: 1px solid #e9ecef;" required> Entrer une valeur valide
@endsection @section('scripts')