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