@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "LISTE DES EXAMENS", "nav" => [ "GESTSTUDENT NG" => "javaScript:void(0);", "Liste des examens" => "#", ], ] ]) @section('title', "Liste des examens") @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings') {{-- top stats --}} @php $nbValidExams = count(json_decode(json_encode($validExams), true)); $nbNvExams = count(json_decode(json_encode($nvExams), true)); $totalExams = $nbValidExams + $nbNvExams; @endphp
| Cours | Filière | Enseignant | Date de composition | Heure | Description | Action |
|---|---|---|---|---|---|---|
|
{{$exam->intituleEcu}}
@if ($isWithEpreuve)
Epreuve
@if ($examsWithEpreuve[$exam->idexamen] == "C")
Compo controllée
@else
Compo libre
@endif
@endif
|
{{$exam->sigleFilieres}} {{$exam->niveauformation}} {{$exam->annee}} | {{$exam->prof}} | {{$date." à ".$heure}} | {{$exam->duree}} min {{$exam->pause ? ' avec '.$exam->pause.' min de pause. ' : ' sans aucune pause. ' }} | {{$exam->description }} | @if ($isWithEpreuve) @else @endif |
| Cours | Filière | Enseignant | Date de composition | Durée | {{--Pause | --}}Action |
|---|---|---|---|---|---|---|
|
{{$exam->intituleEcu}}
@if ($isWithEpreuve)
Epreuve
@if ($examsWithEpreuve[$exam->idexamen] == "C")
Compo controllée
@else
Compo libre
@endif
@endif
|
{{$exam->sigleFilieres}} {{$exam->niveauformation}} {{$exam->annee}} | {{$exam->prof}} | {{$date." à ".$heure}} | {{$exam->duree}} min | {{--{{$exam->pause ? $exam->pause : 0 }} min | --}}@if ($isWithEpreuve) @else @endif |