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