@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "ACCUEIL", "nav" => [ "Accueil" => "javaScript:void(0);", "Page des cours" => "#", ], ] ]) @section('title', "GestStudent NG Chapitres") @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings') {{-- top stats --}}

Nombre de chapitre

{{$stats["chaps"]}}

Nombre de filière

{{$stats["filiere"]}}

Total des épreuves

{{$stats["epreuve"]}}

Total des questions

{{$stats["question"]}}

{{-- --}}

{{$ec->intituleEcu}}

{{"$ec->sigleFilieres | $ec->niveauformation $ec->annee"}}

Ajout de chapitre
@foreach ($chaps as $i => $chap) @php $href = route('teacher.chap_question', [ "ecId" => $ec->idEC, "chapId" => $chap->idchapitre ]); @endphp @endforeach
N° d'ordre Intitulé des chapitres Actions
{{$chap->chapitrenumero}} {{$chap->chapitreintitule}} {{-- edit modal --}} {{-- delete modal --}}

Composer

Une epreuve
@endsection @section('script') @endsection