@extends("shared.base", ["title" => "Gradient Topbar"]) @section("html_attribute") data-topbar-color="gradient" data-menu-color="light" @endsection @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Gradient Topbar"])
To enable the gradient topbar, add data-topbar-color="gradient" 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