{{-- @extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "Starter Page", // "showNav" => true, "nav" => [ "Home" => "index.html", "Starter Page" => "#", ], ] ]) --}} @extends('layouts.base') @section('title', "Starter Page") @section('css') {{-- include page's specific styles here --}} @endsection @section('content')