@extends('layouts.vertical', ['title' => 'Sidebar without Icons with Lines']) @section('html_attribute') class="sidebar-no-icons sidebar-with-line" @endsection @section('content')
@include('layouts.partials/page-title', ['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.
@endsection @section('scripts') @endsection