@extends('admin.base') @section('title') EDUCATIVE | QUIZ @endsection @section('stylesheet') @endsection @section('body')
Quiz
@foreach($evaluations as $key=>$evaluation) @if($eleve->note($evaluation->id,$eleve->id)==null) @else @endif @endforeach
Evaluation. Matiere. Période. Date d'ajout Action
{{$key+1}} {{$evaluation->nom}} {{$evaluation->matiere->nom}} {{$evaluation->periode}} {{date('d-m-Y',strtotime($evaluation->created_at))}} Démarrer Aucun Reprendre Résultats
@endsection @section('javascript') @if(session()->has('info')) @endif @endsection