@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "GESTSTUDENT NOUVELLE GÉNÉRATION", "nav" => [ "ACCUEIL" => "javaScript:void(0);", "LISTE DES COMPOSITIONS" => "javaScript:void(0);", ], ] ]) @section('title', "Accueil Etudiant") @section('css') {{-- include page's specific styles here --}} @endsection @php $examens = $data['examens']; $notes = $data['defaultConfig']; $niveaux = $data['niveaux']; $semestres = $data['semestres']; $noData = true; $nbExamInvalid = 0; // dd($notes, $examens); @endphp @section('content') {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings')
Description :
Note de la composition :
Aucun devoir en instance !