@extends("shared.base", ["title" => "Sidebar with Lines"]) @section("html_attribute") class="sidebar-with-line" @endsection @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Sidebar with Lines"])
If you want to display a line with each menu item, add the class "sidebar-with-line" 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