@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "COPIES", "nav" => [ "Accueil" => route("teacher.index"), "Copies" => "#", ], ] ]) @section('title', "GestStudent NG Copies") @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings') {{-- top stats --}}
| N° | Nom et prénoms de l'étudiant | Note | Action |
|---|---|---|---|
| {{$i+1}} | {{$copy->nom." ".$copy->prenom}} | {{$copy->note}} | @if ( $exam->modifierNote == "O" ) @endif {{-- edit note modal --}} {{-- edit status modal --}} |
Examen du {{ $exam->formated_date}}