@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 --}}
{{"$ec->sigleFilieres | $ec->niveauformation $ec->annee"}}
| N° d'ordre | Intitulé des chapitres | Actions |
|---|---|---|
| {{$chap->chapitrenumero}} | {{$chap->chapitreintitule}} | {{-- edit modal --}} {{-- delete modal --}} |