@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "EXAMEN PERSONNALISE", "nav" => [ "Accueil" => route("teacher.index"), "Examens" => route("teacher.exam_index"), "Configuration" => "#", ], ] ]) @section('title', "GestStudent NG") @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings') {{-- top stats --}}