@extends('layouts.vertical', ['title' => 'Icon View Sidebar Layout']) @section('html_attribute') data-sidenav-size="condensed" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'data-sidenav-size="condensed"'])
To enable icon view menu scrolling and see all content, add data-sidenav-size="condensed" to the <html> tag.
@endsection @section('scripts') @endsection