@extends('layouts.base', $breadcrumb = [ "title" => "Guide / ".session('sigle'), "nav" => [ // "text to show" => "link", "Dashboard" => route('home'), "Guide Carte" => route('about'), // Current page is last item ], ] ) @section('title', 'Guide') @section('css') @endsection @section('content') {{-- alert with content --}} @include('partials.alert')
@endsection @section('script') @endsection