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

VÉRIFICATION DE NOTES : {{$nomUE}} : {{$filiere->intituleFilieres}} {{$annee}}

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

Notes des étudiants

Ce formulaire permet de renseigner la note des étudiants par @if ($operation == 2) UE @else EC @endif.

@if ($operation == 2)
{{$nomUE}}
@else @if ($operation == 0) @foreach ($elements as $element) @php $code_ecu = $element->code_ecu; $intituleEcu = $element->intituleEcu; @endphp
{{$intituleEcu}}
@endforeach @else @foreach ($elements as $element) @php $code_ecu = $element->code_ecu; $intituleEcu = $element->intituleEcu; @endphp
{{$intituleEcu}}
@endforeach @endif @endif
@endsection @section('scripts') @endsection