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