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