@extends("shared.base", ["title" => "Light Topbar"]) @section("html_attribute") data-topbar-color="light" @endsection @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Light Topbar"])
To enable the light topbar, add data-topbar-color="light" to the <html> tag in your layout.

Your custom content here

@include("shared.partials.footer")
@include("shared.partials.customizer") @include("shared.partials.footer-scripts") @endsection @section("scripts") @endsection