@extends('layouts.vertical', ['title' => 'Compact Sidebar']) @section('html_attribute') data-sidenav-size="compact" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'Compact Sidebar'])
To enable the medium-sized (compact) sidebar, add data-sidenav-size="compact" to the <html> tag.
@endsection @section('scripts') @endsection