@extends("shared.base", ["title" => "Sidebar without Icons with Lines"]) @section("html_attribute") class="sidebar-no-icons 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" => "No Icons with Lines"])
If you want to remove icons and display sidebar items in line style, add the class "sidebar-no-icons 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