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