@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "COPIES", "nav" => [ "Accueil" => route("teacher.index"), "Copies" => "#", ], ] ]) @section('title', "Copie des étudiants") @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings') {{-- top stats --}}

Nombre de Cours

{{$stats["ec"]}}

Nombre de filière

{{$stats["filiere"]}}

Total des épreuves

{{$stats["epreuve"]}}

Total des questions

{{$stats["question"]}}

{{-- form --}}

Formulaire de visualisation de copies

":cours", "epreuveId" => ":compo"])}}" target = "_blank" > @csrf
@endsection @section('script') @endsection