@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "REQUÊTE À L'ADMIN", "nav" => [ "Accueil" => route("teacher.index"), "Requêtes" => route("teacher.index"), // TODO : Update this "Ajout" => "#", ], ] ]) @section('title', "Requêtes à l'admin") @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert') {{-- Form --}}