@extends("shared.base", ["title" => "Compact Sidebar"]) @section("html_attribute") data-sidenav-size="compact" @endsection @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Compact Sidebar"])
To enable the medium-sized (compact) sidebar, add data-sidenav-size="compact" to the <html> tag.

Your custom content here

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